A generic object structure. More...
#include <classes.h>
Public Attributes | |
void * | object |
u8 | type |
A generic object structure.
This structure represents a generic object with a pointer to the actual object data and a type identifier.
void* Object::object |
u8 Object::type |
< A pointer to the actual object data.