Skip to content

Commit

Permalink
Remove extern CoreData CORE
Browse files Browse the repository at this point in the history
  • Loading branch information
ubkp committed Oct 29, 2023
1 parent 22ae2fb commit 3996fbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3996fbb

Please sign in to comment.