소스 검색

Comment tweaks

pull/1144/head
raysan5 5 년 전
부모
커밋
8f45370073
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/core.c

+ 2
- 2
src/core.c 파일 보기

@ -325,7 +325,6 @@ typedef struct {
} KeyEventFifo;
#endif
typedef struct { int x; int y; } Point;
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)
#endif
// Core global state context data
typedef struct CoreData {
struct {
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
@ -450,7 +450,7 @@ typedef struct CoreData {
//----------------------------------------------------------------------------------
// 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 int dirFilesCount = 0; // Count directory files strings

불러오는 중...
취소
저장