diff options
Diffstat (limited to 'src/gui/skill.h')
-rw-r--r-- | src/gui/skill.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/skill.h b/src/gui/skill.h index 0b0f737b..f4da74ea 100644 --- a/src/gui/skill.h +++ b/src/gui/skill.h @@ -26,6 +26,8 @@ #include <allegro.h> #include "../main.h" +#include "gui.h" +#include "window.h" struct SKILL { short id; //index into "skill_db" array |