aboutsummaryrefslogtreecommitdiff
path: root/frontend/GameController.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 17:38:33 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-01 17:38:33 +0100
commit5376efe7e63ef3c848a971ea845a16c7e030d153 (patch)
tree14681fae031222cd2b4bfc6686ae5b8e876f7fc0 /frontend/GameController.cpp
parentb20f46c15dce8b196dbb8890890978947745e094 (diff)
move Exception to backend
Diffstat (limited to 'frontend/GameController.cpp')
-rw-r--r--frontend/GameController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/GameController.cpp b/frontend/GameController.cpp
index bbdd0c1..f160006 100644
--- a/frontend/GameController.cpp
+++ b/frontend/GameController.cpp
@@ -4,8 +4,8 @@
#include "GameData.h"
#include "strings.h"
#include "GameController.h"
-#include "Exception.h"
+#include "backend/Exception.h"
#include "backend/print.h"
#include "backend/WeaponObject.h"
#include "backend/Dungeon.h"