Setup basic testing framework

This commit is contained in:
Shylie
2024-05-25 23:16:23 -04:00
parent b2164b76cf
commit b4427a0c88
12 changed files with 1869 additions and 3 deletions

View File

@@ -18,6 +18,8 @@ typedef void (*glerminal_main_cb)(float dt);
*/
void glerminal_run(glerminal_init_cb init, glerminal_main_cb main);
void glerminal_quit();
/**
* @brief Update the displayed screen contents to the current state of the library
*/