WIP implementation note

This commit is contained in:
2025-06-05 09:06:52 -05:00
parent efba526fb9
commit 721cc3ab6c

View File

@@ -63,6 +63,7 @@ public:
aDrawTerrain(std::string name, stroke_ter_changes_t stroke_changes) :
cTerrainAction(name, stroke_changes.begin()->first), // Use arbitrary changed tile as site of change
changes(stroke_changes) {}
// TODO store another boost::optional action that happens at the same as placing town entrance, sign
bool undo_me() override;
bool redo_me() override;
private: