mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:07:42 +00:00
Further CGameState imps
This commit is contained in:
@@ -56,6 +56,14 @@ public:
|
||||
std::vector<std::pair<std::string, SObjectTag>> retval;
|
||||
return retval;
|
||||
}
|
||||
|
||||
void EnumerateResources(std::function<bool(const SObjectTag&)> lambda) const
|
||||
{
|
||||
}
|
||||
|
||||
void EnumerateNamedResources(std::function<bool(const std::string&, const SObjectTag&)> lambda) const
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user