2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Add space switching

This commit is contained in:
2016-07-08 18:23:34 -07:00
parent 8b1f70c5cd
commit 4f401acdca
5 changed files with 22 additions and 13 deletions

View File

@@ -64,7 +64,7 @@ public:
Space& m_space;
const SubNodeData& m_data;
const std::string* text() const {return &m_data.m_text;}
void activated(const boo::SWindowCoord& coord) {}
void activated(const boo::SWindowCoord& coord);
SubNode(Space& space, const SubNodeData& data) : m_space(space), m_data(data) {}
};