#include "IZ_app.h" IZ_ProcedureResult main(i32 arg_count, char* arg_values[]) { IZ_App app; return IZ_AppRun(&app, arg_count, arg_values); }