|
@@ -26,6 +26,8 @@ typedef enum { |
|
|
} IZ_AppInitializeResult; |
|
|
} IZ_AppInitializeResult; |
|
|
|
|
|
|
|
|
IZ_AppInitializeResult IZ_AppInitialize(struct IZ_App* app, u8 argc, const char* argv[]) { |
|
|
IZ_AppInitializeResult IZ_AppInitialize(struct IZ_App* app, u8 argc, const char* argv[]) { |
|
|
|
|
|
IZ_LogInterceptWSMessages(LLL_USER | LLL_ERR | LLL_WARN | LLL_NOTICE); |
|
|
|
|
|
|
|
|
IZ_LogInfo(IZ_LOG_CATEGORY_GLOBAL, "Starting %s...", IZ_APP_NAME); |
|
|
IZ_LogInfo(IZ_LOG_CATEGORY_GLOBAL, "Starting %s...", IZ_APP_NAME); |
|
|
IZ_memset(app, 0, sizeof(struct IZ_App)); |
|
|
IZ_memset(app, 0, sizeof(struct IZ_App)); |
|
|
|
|
|
|
|
|