mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
tweak
This commit is contained in:
@ -48,8 +48,8 @@
|
|||||||
#define RLGL_SUPPORT_TRACELOG
|
#define RLGL_SUPPORT_TRACELOG
|
||||||
#include "rlgl.h" // OpenGL 1.1 immediate-mode style coding
|
#include "rlgl.h" // OpenGL 1.1 immediate-mode style coding
|
||||||
|
|
||||||
#ifdef __EMSCRIPTEN__
|
#if defined(__EMSCRIPTEN__)
|
||||||
#define GLFW_INCLUDE_ES2
|
#define GLFW_INCLUDE_ES2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <GLFW/glfw3.h> // Windows/Context and inputs management
|
#include <GLFW/glfw3.h> // Windows/Context and inputs management
|
||||||
|
|||||||
Reference in New Issue
Block a user