diff options
Diffstat (limited to 'src/driver.cpp')
-rw-r--r-- | src/driver.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/driver.cpp b/src/driver.cpp index 5e1b9a5..06d7ca1 100644 --- a/src/driver.cpp +++ b/src/driver.cpp @@ -7,8 +7,8 @@ * that specifies what methods of the game class are * called each time through the game loop. ******************************************************/ -#include "game.h" -#include "uiInteract.h" +#include "../include/game.h" +#include "../include/uiInteract.h" /************************************* * All the interesting work happens here, when |