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, int dispmode); |
|
|
7 |
void init_lights( void ); |
|
|
8 |
|
|
|
9 |
#endif |