00001 #ifndef DRAW_OBJECT_H 00002 #define DRAW_OBJECT_H 00003 00004 #include "object.h" 00005 00006 int draw( ObjectData_T *object, int objectnum ); 00007 00008 #endif