mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-16 01:37:57 -05:00
ZoneLoading: Extract all obj dumping relevant parts to ObjWriting component
This commit is contained in:
@ -1,12 +1,9 @@
|
||||
#pragma once
|
||||
#include "Zone/Zone.h"
|
||||
#include <string>
|
||||
#include "Utils/FileAPI.h"
|
||||
|
||||
class ZoneLoading
|
||||
{
|
||||
public:
|
||||
static Zone* LoadZone(const std::string& path);
|
||||
static bool DumpZone(Zone* zone, const std::string& basePath);
|
||||
static bool WriteZoneDefinition(Zone* zone, FileAPI::File* file, bool minimalistic);
|
||||
};
|
||||
|
Reference in New Issue
Block a user