chore: enable all currently implemented loaders for iw3

This commit is contained in:
Jan
2025-01-01 18:14:41 +01:00
parent 4f585c6aa7
commit f9456101e6
+4 -2
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