mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 16:57:58 -05:00
Make dumpers works as gdt dumpers and raw dumpers
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
#include "Obj/GDT/GdtEntry.h"
|
||||
#include "Zone/ZoneTypes.h"
|
||||
|
||||
class InfoString
|
||||
@ -21,6 +23,7 @@ public:
|
||||
|
||||
std::string ToString() const;
|
||||
std::string ToString(const std::string& prefix) const;
|
||||
void ToGdtProperties(const std::string& prefix, GdtEntry& gdtEntry) const;
|
||||
|
||||
void FromString();
|
||||
void FromString(const std::string& prefix);
|
||||
|
Reference in New Issue
Block a user