mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 08:47:57 -05:00
Load T5 fastfiles
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
#include "Dumping/IZoneDumper.h"
|
||||
#include "Game/IW3/ZoneDumperIW3.h"
|
||||
#include "Game/IW4/ZoneDumperIW4.h"
|
||||
#include "Game/T5/ZoneDumperT5.h"
|
||||
#include "Game/T6/ZoneDumperT6.h"
|
||||
|
||||
ObjWriting::Configuration_t ObjWriting::Configuration;
|
||||
@ -10,6 +11,7 @@ const IZoneDumper* const ZONE_DUMPER[]
|
||||
{
|
||||
new IW3::ZoneDumper(),
|
||||
new IW4::ZoneDumper(),
|
||||
new T5::ZoneDumper(),
|
||||
new T6::ZoneDumper()
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user