aboutsummaryrefslogtreecommitdiff
path: root/frontend/load_dungeon.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-29 23:47:03 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-29 23:47:03 +0100
commite4261302944303781c952943e3290c99e2cabc52 (patch)
tree19ee0e065473adc54da008444da30c8075b03a27 /frontend/load_dungeon.cpp
parentb848109e8c70ee00b433ff8f5fde3657c85e7487 (diff)
add todos
Diffstat (limited to 'frontend/load_dungeon.cpp')
-rw-r--r--frontend/load_dungeon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/load_dungeon.cpp b/frontend/load_dungeon.cpp
index b60a7b9..ff68109 100644
--- a/frontend/load_dungeon.cpp
+++ b/frontend/load_dungeon.cpp
@@ -10,7 +10,7 @@
#include "load_dungeon.h"
#include "Exception.h"
-#include "frontend/strings.h"
+#include "strings.h"
using namespace std;
using namespace pugi;