aboutsummaryrefslogtreecommitdiff
path: root/sword2/controls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/controls.cpp')
-rw-r--r--sword2/controls.cpp34
1 files changed, 17 insertions, 17 deletions
diff --git a/sword2/controls.cpp b/sword2/controls.cpp
index 9840820d4e..8fe12953f6 100644
--- a/sword2/controls.cpp
+++ b/sword2/controls.cpp
@@ -18,23 +18,23 @@
*/
#include "stdafx.h"
-#include "driver/driver96.h"
-#include "build_display.h"
-#include "console.h"
-#include "controls.h"
-#include "defs.h"
-#include "header.h"
-#include "interpreter.h"
-#include "layers.h"
-#include "logic.h"
-#include "maketext.h" // for font resource variables
-#include "mouse.h"
-#include "protocol.h"
-#include "resman.h"
-#include "router.h"
-#include "save_rest.h"
-#include "sound.h"
-#include "sword2.h"
+#include "bs2/driver/driver96.h"
+#include "bs2/build_display.h"
+#include "bs2/console.h"
+#include "bs2/controls.h"
+#include "bs2/defs.h"
+#include "bs2/header.h"
+#include "bs2/interpreter.h"
+#include "bs2/layers.h"
+#include "bs2/logic.h"
+#include "bs2/maketext.h" // for font resource variables
+#include "bs2/mouse.h"
+#include "bs2/protocol.h"
+#include "bs2/resman.h"
+#include "bs2/router.h"
+#include "bs2/save_rest.h"
+#include "bs2/sound.h"
+#include "bs2/sword2.h"
namespace Sword2 {