aboutsummaryrefslogtreecommitdiff
path: root/sword2/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/events.cpp')
-rw-r--r--sword2/events.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/sword2/events.cpp b/sword2/events.cpp
index fe2724f951..8b8d8ff957 100644
--- a/sword2/events.cpp
+++ b/sword2/events.cpp
@@ -18,16 +18,16 @@
*/
#include "stdafx.h"
-#include "bs2/sword2.h"
-#include "bs2/console.h"
-#include "bs2/debug.h"
-#include "bs2/defs.h"
-#include "bs2/events.h"
-#include "bs2/interpreter.h"
-#include "bs2/logic.h"
-#include "bs2/memory.h"
-#include "bs2/object.h"
-#include "bs2/sync.h"
+#include "sword2/sword2.h"
+#include "sword2/console.h"
+#include "sword2/debug.h"
+#include "sword2/defs.h"
+#include "sword2/events.h"
+#include "sword2/interpreter.h"
+#include "sword2/logic.h"
+#include "sword2/memory.h"
+#include "sword2/object.h"
+#include "sword2/sync.h"
namespace Sword2 {