aboutsummaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
authorJoshua Reisenauer <kd7tck@msn.com>2016-06-06 15:30:41 -0700
committerJoshua Reisenauer <kd7tck@msn.com>2016-06-06 15:30:41 -0700
commit76536fe24bb3b51164d4e94aebe8540b5f18f96e (patch)
tree4cc7c7f8406c80ef1b8adf7319add2509c31242b /src/core.c
parente3b248545353720090f28a6c4e8a8c8a34bb1269 (diff)
parent1bcf500ecac076892c4eac0594b997add6dcac71 (diff)
downloadraylib-76536fe24bb3b51164d4e94aebe8540b5f18f96e.tar.gz
raylib-76536fe24bb3b51164d4e94aebe8540b5f18f96e.zip
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core.c b/src/core.c
index d229e1f8..4ba7505b 100644
--- a/src/core.c
+++ b/src/core.c
@@ -55,11 +55,11 @@
#include <errno.h> // Macros for reporting and retrieving error conditions through error codes
#if defined(PLATFORM_OCULUS)
- #define PLATFORM_DESKTOP // Enable PLATFORM_DESKTOP code-base
+ #define PLATFORM_DESKTOP // Enable PLATFORM_DESKTOP code-base
#endif
#if defined(PLATFORM_DESKTOP)
- #include "glad.h" // GLAD library: Manage OpenGL headers and extensions
+ #include "external/glad.h" // GLAD library: Manage OpenGL headers and extensions
#endif
#if defined(PLATFORM_OCULUS)