diff options
Diffstat (limited to 'plugins/game/game.c')
-rw-r--r-- | plugins/game/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/game/game.c b/plugins/game/game.c index f0496b8..b283214 100644 --- a/plugins/game/game.c +++ b/plugins/game/game.c @@ -11,7 +11,7 @@ #include <sys/ioctl.h> #include <math.h> #include <pthread.h> -#include "dungeon.h" +#include "game.h" bool running = true; |