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/put.cpp | |
parent | b20f46c15dce8b196dbb8890890978947745e094 (diff) |
move Exception to backend
Diffstat (limited to 'frontend/cmd/put.cpp')
-rw-r--r-- | frontend/cmd/put.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/cmd/put.cpp b/frontend/cmd/put.cpp index 35de352..be3bcca 100644 --- a/frontend/cmd/put.cpp +++ b/frontend/cmd/put.cpp @@ -1,7 +1,7 @@ #include "../GameController.h" #include "../strings.h" -#include "../Exception.h" +#include "backend/Exception.h" #include "backend/print.h" #include "backend/Location.h" #include "backend/Dungeon.h" |