7 lines
68 B
C
7 lines
68 B
C
#ifndef RENDER_H
|
|
#define RENDER_H
|
|
|
|
void DrawEntities(void);
|
|
|
|
#endif
|