From 277157b3e06b2deeacbdbc8bf6190de19f88169d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 23 Oct 2024 16:09:47 +0200 Subject: more refactoring / preparation for pathfinding --- TileBehaviorFactory.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'TileBehaviorFactory.h') 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 +#include -#include "Museum.h" -#include "TileBehavior.h" +class Museum; +class TileBehavior; class TileBehaviorFactory { public: -- cgit v1.2.3