mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 16:57:58 -05:00
ObjLoading/ObjWriting: Initial skeleton for loading and writing obj files
This commit is contained in:
11
src/ObjLoading/ObjLoading.h
Normal file
11
src/ObjLoading/ObjLoading.h
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Zone/Zone.h"
|
||||
|
||||
class ObjLoading
|
||||
{
|
||||
public:
|
||||
static void LoadReferencedContainersForZone(Zone* zone);
|
||||
static void LoadObjDataForZone(Zone* zone);
|
||||
static void UnloadContainersOfZone(Zone* zone);
|
||||
};
|
Reference in New Issue
Block a user