diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-01 17:38:33 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-01 17:38:33 +0100 |
commit | 5376efe7e63ef3c848a971ea845a16c7e030d153 (patch) | |
tree | 14681fae031222cd2b4bfc6686ae5b8e876f7fc0 /frontend/load_dungeon.cpp | |
parent | b20f46c15dce8b196dbb8890890978947745e094 (diff) |
move Exception to backend
Diffstat (limited to 'frontend/load_dungeon.cpp')
-rw-r--r-- | frontend/load_dungeon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/load_dungeon.cpp b/frontend/load_dungeon.cpp index c671fe7..0388387 100644 --- a/frontend/load_dungeon.cpp +++ b/frontend/load_dungeon.cpp @@ -6,10 +6,10 @@ #include "backend/Location.h" #include "backend/LocationFactory.h" +#include "backend/Exception.h" #include "backend/Dungeon.h" #include "load_dungeon.h" -#include "Exception.h" #include "GameData.h" #include "backend/Object.h" #include "strings.h" |