mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-22 03:08:24 +00:00
Comment tweaks
This commit is contained in:
@@ -325,7 +325,6 @@ typedef struct {
|
|||||||
} KeyEventFifo;
|
} KeyEventFifo;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
typedef struct { int x; int y; } Point;
|
typedef struct { int x; int y; } Point;
|
||||||
typedef struct { unsigned int width; unsigned int height; } Size;
|
typedef struct { unsigned int width; unsigned int height; } Size;
|
||||||
|
|
||||||
@@ -333,6 +332,7 @@ typedef struct { unsigned int width; unsigned int height; } Size;
|
|||||||
extern EGLNativeWindowType handle; // Native window handler for UWP (external, defined in UWP App)
|
extern EGLNativeWindowType handle; // Native window handler for UWP (external, defined in UWP App)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Core global state context data
|
||||||
typedef struct CoreData {
|
typedef struct CoreData {
|
||||||
struct {
|
struct {
|
||||||
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
|
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
|
||||||
@@ -450,7 +450,7 @@ typedef struct CoreData {
|
|||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
// Global Variables Definition
|
// Global Variables Definition
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
static CoreData CORE = { 0 }; // Global CORE context
|
static CoreData CORE = { 0 }; // Global CORE state context
|
||||||
|
|
||||||
static char **dirFilesPath = NULL; // Store directory files paths as strings
|
static char **dirFilesPath = NULL; // Store directory files paths as strings
|
||||||
static int dirFilesCount = 0; // Count directory files strings
|
static int dirFilesCount = 0; // Count directory files strings
|
||||||
|
Reference in New Issue
Block a user