From 3996fbb133f3efbffdcbde47202a26eb6ebb160a Mon Sep 17 00:00:00 2001 From: ubkp <118854183+ubkp@users.noreply.github.com> Date: Sun, 29 Oct 2023 15:53:53 -0300 Subject: [PATCH] Remove extern CoreData CORE --- src/rcore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rcore.c b/src/rcore.c index 09a000526..b2eb78675 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -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)