Details | Last modification | View Log | RSS feed
#ifndef DRAW_OBJECT_H
#define DRAW_OBJECT_H
#include "object.h"
int draw( ObjectData_T *object, int objectnum );
#endif