diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-11-30 07:33:26 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-11-30 07:33:26 -0500 |
commit | fbe1b6c3a0a3427111577e6b77600f5669012583 (patch) | |
tree | 47e730acbcc03d9f0116d49b29410bfe83cfbb4a /src/inventory.cpp | |
parent | e21db32169966b983e09b53801ee1a6d3101e57e (diff) | |
parent | da95ece60c808ca04dd5c61068d8016a92c6c9b5 (diff) |
Look at my fancy inventory
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index 2547760..45d5bce 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -7,6 +7,10 @@ extern Player *player; extern GLuint invUI; +static Item item[5]= { + #include "../config/items.h" +}; + void itemDraw(Player *p,ITEM_ID id); Inventory::Inventory(unsigned int s){ |