chore: enable all currently implemented loaders for iw3

This commit is contained in:
Jan 2024-12-24 10:05:42 +01:00
parent 4f585c6aa7
commit f9456101e6
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C

View File

@ -6,6 +6,8 @@
#include "Image/AssetLoaderImageIW3.h"
#include "Localize/AssetLoaderLocalizeIW3.h"
#include "ObjLoading.h"
#include "RawFile/AssetLoaderRawFileIW3.h"
#include "StringTable/AssetLoaderStringTableIW3.h"
#include <memory>
@ -110,8 +112,8 @@ namespace
// collection.AddAssetCreator(std::make_unique<AssetLoaderSoundDriverGlobals>(memory));
// collection.AddAssetCreator(std::make_unique<AssetLoaderFx>(memory));
// collection.AddAssetCreator(std::make_unique<AssetLoaderImpactFx>(memory));
// collection.AddAssetCreator(std::make_unique<AssetLoaderRawFile>(memory));
// collection.AddAssetCreator(std::make_unique<AssetLoaderStringTable>(memory));
collection.AddAssetCreator(std::make_unique<AssetLoaderRawFile>(memory, searchPath));
collection.AddAssetCreator(std::make_unique<AssetLoaderStringTable>(memory, searchPath));
}
} // namespace