yaze_app_main fn: add main application entry point for yaze with command-line argument parsing and controller management

This commit is contained in:
scawful
2025-02-10 11:52:50 -05:00
parent b8d1568b08
commit 004201c594
2 changed files with 28 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ typedef enum yaze_status {
YAZE_ERROR = 1,
} yaze_status;
int yaze_app_main(int argc, char** argv);
void yaze_check_version(const char* version);
yaze_status yaze_init(yaze_editor_context*);