fix inventory drawing; implement inventory in game code;

This commit is contained in:
Trxye 2021-05-20 14:19:11 -05:00
parent 6074ab93a2
commit d7fa758df7
17 changed files with 416 additions and 82 deletions

View file

@ -100,6 +100,11 @@
#define STRING_RENDER_OPTIONS 103
#define STRING_DISPLAY_ADAPTER 104
#define STRING_OUTPUT_SETTINGS 105
#define STRING_EQUIP 106
#define STRING_COMBINE_WITH 107
#define STRING_EXAMINE 108
#define STRING_STATISTICS 109
#define STRING_CHOOSE_WEAPON 110
class LanguageScript
{