mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 00:38:15 -05:00
ObjLoading: Add indexing and reading of files in IWDs
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
#include "Zone/Zone.h"
|
||||
#include "SearchPath/ISearchPath.h"
|
||||
#include "SearchPath/SearchPaths.h"
|
||||
|
||||
class ObjLoading
|
||||
{
|
||||
@ -17,7 +18,7 @@ public:
|
||||
|
||||
static void LoadIWDsInSearchPath(ISearchPath* searchPath);
|
||||
static void UnloadIWDsInSearchPath(ISearchPath* searchPath);
|
||||
static ISearchPath* GetIWDSearchPaths();
|
||||
static SearchPaths GetIWDSearchPaths();
|
||||
|
||||
static void LoadObjDataForZone(ISearchPath* searchPath, Zone* zone);
|
||||
};
|
||||
|
Reference in New Issue
Block a user