2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-08 20:27:48 +00:00

Add zone writing for T5

This commit is contained in:
Jan
2021-06-24 16:58:12 +02:00
parent 910ffb3195
commit 2ac1ec7cb0
8 changed files with 473 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#include "ZoneCreation/ZoneCreationContext.h"
#include "ZoneCreation/IZoneCreator.h"
#include "Game/IW4/ZoneCreatorIW4.h"
#include "Game/T5/ZoneCreatorT5.h"
#include "Game/T6/ZoneCreatorT6.h"
#include "Utils/ObjFileStream.h"
@@ -33,6 +34,7 @@ const IZoneCreator* const ZONE_CREATORS[]
{
new IW3::ZoneCreator(),
new IW4::ZoneCreator(),
new T5::ZoneCreator(),
new T6::ZoneCreator()
};