Entirely expanded upon existing proof-of-concept

This commit is contained in:
2026-06-16 11:23:16 -04:00
parent e8d29b7f6b
commit baa5a6935f
19 changed files with 2373 additions and 16 deletions

6
src/render.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef RENDER_H
#define RENDER_H
void DrawEntities(void);
#endif