summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-08-25 13:56:09 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-08-25 13:56:09 (EDT)
commitc96127e9c318242c5967fff24bd711194de7ae0d (patch)
treeb5de96718d3e1cb4e754906e9ad5ca99f053fa28
parentc732ce3d173daf53fdb82754e057f9eb7971c0f8 (diff)
downloadoverworld-rpg-c96127e9c318242c5967fff24bd711194de7ae0d.zip
overworld-rpg-c96127e9c318242c5967fff24bd711194de7ae0d.tar.gz
overworld-rpg-c96127e9c318242c5967fff24bd711194de7ae0d.tar.bz2
src/game.h: Update #incude directive
-rw-r--r--src/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index e2ec169..eaac7d1 100644
--- a/src/game.h
+++ b/src/game.h
@@ -19,7 +19,7 @@
#ifndef GAME_H
#define GAME_H
-#include "script.h"
+#include "resources/script.h"
#include "viewport.h"
/*#include "clock.h"*/