aboutsummaryrefslogtreecommitdiff
path: root/src/raylib.h
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-01-23 13:22:13 +0100
committerraysan5 <raysan5@gmail.com>2016-01-23 13:22:13 +0100
commit08da91047e8a2c593c3bc40b31c4796ae6cbb26d (patch)
tree5b18e088ad489e5232774b5f688815720a0bada4 /src/raylib.h
parent6e9d3eb0f99c8ce00b769dbd03cc011216b97068 (diff)
downloadraylib-08da91047e8a2c593c3bc40b31c4796ae6cbb26d.tar.gz
raylib-08da91047e8a2c593c3bc40b31c4796ae6cbb26d.zip
Some code tweaks
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 49a320d4..73200556 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -18,7 +18,7 @@
*
* Used external libs:
* GLFW3 (www.glfw.org) for window/context management and input
-* GLAD for OpenGL extensions loading (3.3 Core profile)
+* GLAD for OpenGL extensions loading (3.3 Core profile, only PLATFORM_DESKTOP)
* stb_image (Sean Barret) for images loading (JPEG, PNG, BMP, TGA, PSD, GIF, HDR, PIC)
* stb_image_write (Sean Barret) for image writting (PNG)
* stb_vorbis (Sean Barret) for ogg audio loading