#include <glue.h>
Collaboration diagram for SpecialObjectStruct:
Data Fields | |
char * | type |
CommandsStruct * | commands |
long | datasize |
void(* | allocfreefunc )() |
int | updateTime |
void(* | updatefunc )() |
int | power_needed |
Definition at line 57 of file glue.h.
void(* SpecialObjectStruct::allocfreefunc)() |
Referenced by DisposeSpecialObject(), and NewSpecialObject().
Definition at line 60 of file glue.h.
Referenced by CreateNewSpecialObject(), debug_check_stuff(), DisposeSpecialObject(), get_specialobjectsize(), HandledCommand_sub(), LoadSpecialObjects(), and NewSpecialObject().
Definition at line 58 of file glue.h.
Referenced by CreateNewSpecialObject(), HandledCommand_sub(), LoadSpecialObjects(), and WhichSpecialS().
void(* SpecialObjectStruct::updatefunc)() |
Referenced by LoadSpecialObjects(), and UpdateSpecialObject_func().
Definition at line 62 of file glue.h.
Referenced by LoadSpecialObjects(), and UpdateSpecialObject_func().