mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 08:47:57 -05:00
ZoneCommon: List zone content in the order it was loaded
This commit is contained in:
@ -5,6 +5,13 @@ using namespace T6;
|
||||
|
||||
GameT6 g_GameT6;
|
||||
|
||||
const std::string GameT6::NAME = "T6";
|
||||
|
||||
const std::string& GameT6::GetName()
|
||||
{
|
||||
return NAME;
|
||||
}
|
||||
|
||||
void GameT6::AddZone(Zone* zone)
|
||||
{
|
||||
m_zones.push_back(zone);
|
||||
|
Reference in New Issue
Block a user