mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[nx] Add ISerialisedBinary.
This commit is contained in:
parent
1515c56d2f
commit
74820d9274
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
class ISerialiseableBinary
|
||||
{
|
||||
public:
|
||||
virtual bool operator==(const ISerialiseableBinary& other) = 0;
|
||||
virtual void operator=(const ISerialiseableBinary& other) = 0;
|
||||
//virtual bool operator==(const ISerialiseableBinary& other) = 0;
|
||||
//virtual void operator=(const ISerialiseableBinary& other) = 0;
|
||||
|
||||
virtual const u8* getBytes() const = 0;
|
||||
virtual size_t getSize() const = 0;
|
||||
|
|
Loading…
Reference in a new issue