diff --git a/src/rcore.c b/src/rcore.c index 4f584ae5a..de4a00335 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -99,13 +99,14 @@ **********************************************************************************************/ #include "raylib.h" // Declares module functions -#include "rcore.h" // Check if config flags have been externally provided on compilation line #if !defined(EXTERNAL_CONFIG_FLAGS) #include "config.h" // Defines module configuration flags #endif +#include "rcore.h" + #define RLGL_IMPLEMENTATION #include "rlgl.h" // OpenGL abstraction layer to OpenGL 1.1, 3.3+ or ES2