Files
WrldBox/src/render.h

7 lines
68 B
C

#ifndef RENDER_H
#define RENDER_H
void DrawEntities(void);
#endif