diff --git a/libs_win32/app_types.h b/libs_win32/app_types.h index 80dfc8a..95db9a2 100644 --- a/libs_win32/app_types.h +++ b/libs_win32/app_types.h @@ -10,6 +10,8 @@ #define APP_U64 unsigned long long #endif #include "app_opengl.h" + +typedef struct app_t app_t; typedef enum app_log_level_t { APP_LOG_LEVEL_INFO, APP_LOG_LEVEL_WARNING, @@ -642,6 +644,5 @@ struct app_t { int pointer_y; }; #endif -typedef struct app_t app_t; #endif \ No newline at end of file