diff options
Diffstat (limited to 'src/gui/inventory.h')
-rw-r--r-- | src/gui/inventory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/inventory.h b/src/gui/inventory.h index 7c1740a9..c2bf9d71 100644 --- a/src/gui/inventory.h +++ b/src/gui/inventory.h @@ -19,13 +19,13 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef _INVENTORY_H +#define _INVENTORY_H + #ifdef WIN32 #pragma warning (disable:4312) #endif -#ifndef _INVENTORY_H -#define _INVENTORY_H - #include <allegro.h> #include "../main.h" #include "../game.h" |