mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Missing commit.
This commit is contained in:
@@ -191,6 +191,7 @@ public:
|
|||||||
SerializedTypeID getSType() const { return STI_AMOUNT; }
|
SerializedTypeID getSType() const { return STI_AMOUNT; }
|
||||||
STAmount* duplicate() const { return new STAmount(name, offset, value); }
|
STAmount* duplicate() const { return new STAmount(name, offset, value); }
|
||||||
std::string getText() const;
|
std::string getText() const;
|
||||||
|
std::string getRaw() const;
|
||||||
void add(Serializer& s) const;
|
void add(Serializer& s) const;
|
||||||
|
|
||||||
int getOffset() const { return offset; }
|
int getOffset() const { return offset; }
|
||||||
|
|||||||
Reference in New Issue
Block a user