8 lines
170 B
C
8 lines
170 B
C
#ifndef RENDER_H
|
|
#define RENDER_H
|
|
// FUNction declaration! yay!!!
|
|
// Make an entity! Once again, pretty sure this is must used in main.c
|
|
void DrawEntities(void);
|
|
|
|
#endif
|