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/cmd/hit.cpp | |
parent | b20f46c15dce8b196dbb8890890978947745e094 (diff) |
move Exception to backend
Diffstat (limited to 'frontend/cmd/hit.cpp')
-rw-r--r-- | frontend/cmd/hit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/cmd/hit.cpp b/frontend/cmd/hit.cpp index 677bf4e..8491758 100644 --- a/frontend/cmd/hit.cpp +++ b/frontend/cmd/hit.cpp @@ -3,10 +3,10 @@ #include "backend/RNG.h" #include "backend/print.h" #include "backend/Dungeon.h" +#include "backend/Exception.h" #include "../GameController.h" #include "../strings.h" -#include "../Exception.h" using namespace std; |