Technically rendering everything.

This commit is contained in:
2025-08-17 14:34:51 -05:00
parent 91b93b5b1e
commit 6d6a0e4886
8 changed files with 164 additions and 12 deletions

View File

@@ -26,4 +26,14 @@ void cameraScreenPush(void);
/**
* Pops the screen space camera matrix.
*/
void cameraScreenPop(void);
void cameraScreenPop(void);
/**
* Pushes the overworld camera matrix onto the stack.
*/
void cameraOverworldPush(void);
/**
* Pops the overworld camera matrix.
*/
void cameraOverworldPop(void);