gamedev
|
Public Member Functions | |
Item (ITEM_ID i, const char *n, ITEM_TYPE t, float w, float h, int m, const char *tl) | |
GLuint | rtex () |
Public Attributes | |
ITEM_ID | id |
char * | name |
ITEM_TYPE | type |
float | width |
float | height |
int | maxStackSize |
char * | textureLoc |
Texturec * | tex |
GLuint | text |