aboutsummaryrefslogtreecommitdiff
path: root/TileBehaviorFactory.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-23 16:09:47 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-23 16:09:47 +0200
commit277157b3e06b2deeacbdbc8bf6190de19f88169d (patch)
treedb9c013b67f93d27fa5bb9cf84c7d6dc53f72734 /TileBehaviorFactory.h
parent64028952ceb17f97ded08f1ab7ec0b06c41e2b87 (diff)
more refactoring / preparation for pathfinding
Diffstat (limited to 'TileBehaviorFactory.h')
-rw-r--r--TileBehaviorFactory.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TileBehaviorFactory.h b/TileBehaviorFactory.h
index 6167067..9a4b101 100644
--- a/TileBehaviorFactory.h
+++ b/TileBehaviorFactory.h
@@ -1,9 +1,10 @@
#pragma once
#include <string>
+#include <memory>
-#include "Museum.h"
-#include "TileBehavior.h"
+class Museum;
+class TileBehavior;
class TileBehaviorFactory {
public: