Remove extern CoreData CORE

This commit is contained in:
ubkp 2023-10-29 15:53:53 -03:00
parent 22ae2fb808
commit 3996fbb133

View File

@ -333,7 +333,6 @@ typedef struct CoreData {
//----------------------------------------------------------------------------------
RLAPI const char *raylib_version = RAYLIB_VERSION; // raylib version exported symbol, required for some bindings
extern CoreData CORE;
CoreData CORE = { 0 }; // Global CORE state context
#if defined(SUPPORT_SCREEN_CAPTURE)