2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-02-11 01:53:02 +00:00

Restructure ZoneDefinitionWriting

This commit is contained in:
Jan
2021-03-08 17:28:24 +01:00
parent e6a91c0305
commit d96f813e73
18 changed files with 285 additions and 221 deletions

View File

@@ -8,11 +8,14 @@ using namespace IW4;
GameIW4 g_GameIW4;
const std::string GameIW4::NAME = "IW4";
const std::string& GameIW4::GetName()
std::string GameIW4::GetFullName()
{
return NAME;
return "Call Of Duty: Modern Warfare 2";
}
std::string GameIW4::GetShortName()
{
return "IW4";
}
void GameIW4::AddZone(Zone* zone)