fix: move app_t forward declaration to top
This commit is contained in:
parent
2783c5ce3b
commit
7019139979
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user