mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-24 13:47:52 -05:00
Make sure gdt values are escaped
This commit is contained in:
@ -36,6 +36,7 @@ public:
|
||||
|
||||
void BeginStream();
|
||||
void WriteVersion(const GdtVersion& gdtVersion);
|
||||
void WriteEscaped(const std::string& str) const;
|
||||
void WriteEntry(const GdtEntry& entry);
|
||||
void EndStream();
|
||||
|
||||
|
Reference in New Issue
Block a user