From da95ece60c808ca04dd5c61068d8016a92c6c9b5 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 24 Nov 2015 07:43:05 -0500 Subject: items.h include moved --- src/inventory.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/inventory.cpp') diff --git a/src/inventory.cpp b/src/inventory.cpp index edc88ff..192a3a4 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" +}; + GLuint *ITEM_TEX; void itemDraw(Player *p,ITEM_ID id); -- cgit v1.2.3