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

refactor: refactor ZoneDefWriter

This commit is contained in:
Jan
2024-10-13 00:57:35 +02:00
parent eec643fab5
commit c034ac790a
28 changed files with 159 additions and 180 deletions

View File

@@ -8,6 +8,11 @@ using namespace IW4;
GameIW4 g_GameIW4;
GameId GameIW4::GetId()
{
return GameId::IW4;
}
std::string GameIW4::GetFullName()
{
return "Call Of Duty: Modern Warfare 2";