From 5376efe7e63ef3c848a971ea845a16c7e030d153 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 1 Nov 2024 17:38:33 +0100 Subject: move Exception to backend --- frontend/cmd/put.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/cmd/put.cpp') 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" -- cgit v1.2.3