mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 08:47:57 -05:00
Read IW4 signed headers
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
#include "ZoneLoading.h"
|
||||
|
||||
#include "Utils/PathUtils.h"
|
||||
#include "Game/IW4/ZoneLoaderFactoryIW4.h"
|
||||
#include "Game/T6/ZoneLoaderFactoryT6.h"
|
||||
|
||||
IZoneLoaderFactory* zoneLoaderFactories[]
|
||||
{
|
||||
new ZoneLoaderFactoryIW4(),
|
||||
new ZoneLoaderFactoryT6()
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user