Просмотр исходного кода

Fix compilation for web

pull/3329/head
ubkp 1 год назад
Родитель
Сommit
5d98930da5
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      src/rcore.h

+ 3
- 3
src/rcore.h Просмотреть файл

@ -9,7 +9,7 @@
#include "utils.h" // Required for: TRACELOG() macros
#if defined(PLATFORM_DESKTOP)
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
#define GLFW_INCLUDE_NONE // Disable the standard OpenGL header inclusion on GLFW3
// NOTE: Already provided by rlgl implementation (on glad.h)
#include "GLFW/glfw3.h" // GLFW3 library: Windows, OpenGL context and Input management
@ -21,7 +21,7 @@
/*
Status:
InitWindow: DRM,
InitWindow: DRM,
*/
@ -256,4 +256,4 @@ typedef struct CoreData {
extern CoreData CORE;
#endif
#endif

Загрузка…
Отмена
Сохранить