Jo Engine
2024.04.28
Jo Sega Saturn Engine
|
Jo Engine Console function prototypes. More...
Go to the source code of this file.
Typedefs | |
typedef bool(* | jo_console_command_callback) (int argc, char **argv, int vertical_output, bool *exit) |
Function prototype for jo_console_register_command_handling() More... | |
Functions | |
void | jo_console_register_command_handling (const jo_console_command_callback callback) |
void | jo_console_show_dialog (void) |
Jo Engine Console function prototypes.
typedef bool(* jo_console_command_callback) (int argc, char **argv, int vertical_output, bool *exit) |
Function prototype for jo_console_register_command_handling()
argc | Argument count |
argv | Arguments |
vertical_output | Indicate where you can start writing to the console using jo_printf(0, vertical_output, "my output") |
exit | Set the value behind the pointer to true to exit console |
void jo_console_register_command_handling | ( | const jo_console_command_callback | callback | ) |
void jo_console_show_dialog | ( | void | ) |