mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 00:08:26 -05:00
Add ZoneWriting basis
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <ostream>
|
||||
|
||||
#include "Zone/Zone.h"
|
||||
|
||||
class ZoneWriting
|
||||
{
|
||||
public:
|
||||
static bool WriteZone(Zone* zone);
|
||||
static bool WriteZone(std::ostream& stream, Zone* zone);
|
||||
};
|
Reference in New Issue
Block a user