diff options
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r-- | src/graphic/graphic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index c50def22..f8b477ee 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -31,8 +31,8 @@ #endif #include <allegro.h> -#include "../Gui/chat.h" -#include "../Gui/inventory.h" +#include "../gui/chat.h" +#include "../gui/inventory.h" extern BITMAP *buffer, *double_buffer; extern char speech[255]; |