add quit command

This commit is contained in:
2025-08-17 12:55:08 -05:00
parent c3310a036f
commit 91b93b5b1e
18 changed files with 186 additions and 79 deletions

View File

@@ -0,0 +1,16 @@
/**
* Copyright (c) 2025 Dominic Masters
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#include "renderoverworld.h"
void renderOverworldInit(void) {
// Initialize overworld rendering resources here
}
void renderOverworldDispose(void) {
// Clean up overworld rendering resources here
}