mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 00:38:15 -05:00
ObjLoading: Be able to load and index IWD files
This commit is contained in:
@ -6,8 +6,18 @@
|
||||
class ObjLoading
|
||||
{
|
||||
public:
|
||||
static class Configuration_t
|
||||
{
|
||||
public:
|
||||
bool Verbose = false;
|
||||
} Configuration;
|
||||
|
||||
static void LoadReferencedContainersForZone(ISearchPath* searchPath, Zone* zone);
|
||||
static void UnloadContainersOfZone(Zone* zone);
|
||||
|
||||
static void LoadIWDsInSearchPath(ISearchPath* searchPath);
|
||||
static void UnloadIWDsInSearchPath(ISearchPath* searchPath);
|
||||
static ISearchPath* GetIWDSearchPaths();
|
||||
|
||||
static void LoadObjDataForZone(ISearchPath* searchPath, Zone* zone);
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user