mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2025-12-01 05:00:05 +00:00
Setup basic testing framework
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user