mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-23 23:59:18 -05:00
REVIEWED: Code sections definition
This commit is contained in:
@ -86,7 +86,7 @@ extern CoreData CORE; // Global CORE state context
|
||||
static PlatformData platform = { 0 }; // Platform specific data
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Local Variables Definition
|
||||
// Global Variables Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
static const char cursorLUT[11][12] = {
|
||||
"default", // 0 MOUSE_CURSOR_DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user