RawData.h
uint8_t * GetPtr()
Returns the data of the RawAsset for writing and reading.
Definition: RawData.h:57
int GetSize()
Returns the number of bytes of the RawData.
Definition: RawData.h:61
Definition: AssetID.h:37
RawData(const std::string &n, int size)
Basic data constructor.
Definition: RawData.h:49