Files
WrldBox/src/render.h
2026-06-22 01:29:58 -04:00

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