Worlds indexing
This commit is contained in:
@@ -76,6 +76,7 @@ namespace gui {
|
||||
void store(std::string name, std::shared_ptr<UINode> node);
|
||||
std::shared_ptr<UINode> get(std::string name);
|
||||
void remove(std::string name);
|
||||
void setFocus(std::shared_ptr<UINode> node);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user