2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 08:42:35 +00:00

ObjLoading: Add indexing and reading of files in IWDs

This commit is contained in:
Jan
2020-01-02 00:52:56 +01:00
parent 0abdb64832
commit c2f3bca268
5 changed files with 183 additions and 18 deletions
+2 -1
View File
@@ -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);
};