aboutsummaryrefslogtreecommitdiff
path: root/src/raylib.h
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2014-12-31 19:25:39 +0100
committerraysan5 <raysan5@gmail.com>2014-12-31 19:25:39 +0100
commitb482e26925d8816387211d98cc8ed445a6c55788 (patch)
treeb40ff049739b4b1394f4d656f79160d6b9301c14 /src/raylib.h
parent7ec6ebb9fa0862c31cf9707b6626d72826fa7397 (diff)
downloadraylib-b482e26925d8816387211d98cc8ed445a6c55788.tar.gz
raylib-b482e26925d8816387211d98cc8ed445a6c55788.zip
Small 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 d5be9990..69966069 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -14,7 +14,7 @@
* Basic 3d support for Shapes, Models, Heightmaps and Billboards
* Powerful math module for Vector and Matrix operations [raymath]
* Audio loading and playing with streaming support (WAV and OGG)
-* Multiplatform support, including Android devices and Raspberry Pi
+* Multiplatform support, including Android devices, Raspberry Pi and HTML5
*
* Used external libs:
* GLFW3 (www.glfw.org) for window/context management and input