Overworld render test.

This commit is contained in:
2025-09-11 23:33:24 -05:00
parent b4d94c2cbe
commit 964a9f64f2
32 changed files with 249 additions and 1219 deletions

View File

@@ -10,4 +10,9 @@
/**
* Initializes the RPG subsystem.
*/
void rpgInit();
void rpgInit();
/**
* Updates the RPG subsystem.
*/
void rpgUpdate();