diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp index f7d4054..2430a10 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -5,9 +5,9 @@ * *********************************************************************/ -#include "game.h" -#include "uiDraw.h" -#include "bullet.h" +#include "../include/game.h" +#include "../include/uiDraw.h" +#include "../include/bullet.h" // These are needed for the getClosestDistance function... #include <limits> #include <iostream> |