Public Member Functions | |
TextResource (NeverhoodEngine *vm) | |
void | load (uint32 fileHash) |
void | unload () |
const char * | getString (uint index, const char *&textEnd) |
uint | getCount () const |
Protected Attributes | |
NeverhoodEngine * | _vm |
ResourceHandle | _resourceHandle |
const byte * | _textData |
uint | _count |