diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-18 15:43:25 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-18 15:43:25 +0200 |
commit | 76e61d68bbf568ec0d7fc4632e52d4de5496b003 (patch) | |
tree | 92a2dc9b12a542456bdc154f44deb34925883210 /Tile.h | |
parent | 3f63576819151ff15237a9b4f0651c538cfef067 (diff) |
(1/2) rename
Diffstat (limited to 'Tile.h')
-rw-r--r-- | Tile.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ #include "TileData.h" #include "Color.h" -#include "TileBehaviorStrategy.h" +#include "TileBehavior.h" class Museum; @@ -15,7 +15,7 @@ public: public: TileData data; Color color; - std::unique_ptr<TileBehaviorStrategy> behavior = nullptr; + std::unique_ptr<TileBehavior> behavior = nullptr; public: void set_data(TileData & data); |