Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
204 chris 1
#ifndef DRAW_OBJECT_H
2
#define DRAW_OBJECT_H
3
 
4
#include "object.h"
5
 
6
int  draw( ObjectData_T *object, int objectnum );
7
 
8
#endif