- Renamed all source files for better consistency and for a cpp extension.

- Added Bandit Busywork and the GPL license.

git-svn-id: http://openexile.googlecode.com/svn/trunk@23 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-04-19 14:25:48 +00:00
parent 632f1e7b32
commit 0794231c20
88 changed files with 578 additions and 3668 deletions

18
osx/boe.itemdata.h Normal file
View File

@@ -0,0 +1,18 @@
item_record_type return_dummy_item();
item_record_type get_stored_item(short which);
item_record_type get_food();
item_record_type get_weapon(short loot,short level);
item_record_type get_armor(short loot,short level);
item_record_type get_helm(short loot);
item_record_type get_gloves(short loot);
item_record_type get_boots(short loot);
item_record_type get_shield(short loot);
item_record_type get_potion(short loot);
item_record_type get_scroll(short loot);
item_record_type get_missile(short loot);
item_record_type get_poison(short loot,short level);
item_record_type get_wand(short loot);
item_record_type get_ring(short loot);
item_record_type get_necklace(short loot);
item_record_type convert_item (short_item_record_type s_item);
item_record_type pull_item_of_type(short loot_max,short min_val,short max_val,short t1, short t2, short t3);