mirror of
https://github.com/edubart/otclient.git
synced 2025-12-14 04:49:45 +01:00
mapeditor changes
This commit is contained in:
@@ -59,6 +59,8 @@ public:
|
||||
void addU32(uint32 v);
|
||||
void addU64(uint64 v);
|
||||
void addString(const std::string& v);
|
||||
void startNode(uint8 nodeType) { addU8(0xFE); addU8(nodeType); }
|
||||
void endNode() { addU8(0xFF); }
|
||||
|
||||
FileStreamPtr asFileStream() { return std::static_pointer_cast<FileStream>(shared_from_this()); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user