summaryrefslogtreecommitdiffhomepage
path: root/release/include
diff options
context:
space:
mode:
authorRay <[email protected]>2018-06-24 12:44:58 +0200
committerGitHub <[email protected]>2018-06-24 12:44:58 +0200
commitbd957c7442974d7c9bdab1d01709ee1a73c70c4f (patch)
tree529c26f758e789429fb13c506bd4dadb8ae08933 /release/include
parentb1d38100110c736b14fa98b0981b0934d6d404e7 (diff)
parent59ebe1b7c322232f38c98afa7d5df8fade9bc6f5 (diff)
downloadraylib-bd957c7442974d7c9bdab1d01709ee1a73c70c4f.tar.gz
raylib-bd957c7442974d7c9bdab1d01709ee1a73c70c4f.zip
Merge pull request #557 from Martinfx/max-support-bsd-os
Added support OpenBSD, NetBSD, DragonFly OS
Diffstat (limited to 'release/include')
-rw-r--r--release/include/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/include/raylib.h b/release/include/raylib.h
index 9a6e117f..5542db71 100644
--- a/release/include/raylib.h
+++ b/release/include/raylib.h
@@ -13,7 +13,7 @@
* - Shaders support, including Model shaders and Postprocessing shaders
* - Powerful math module for Vector, Matrix and Quaternion operations: [raymath]
* - Audio loading and playing with streaming support (WAV, OGG, FLAC, XM, MOD)
-* - Multiple platforms support: Windows, Linux, FreeBSD, MacOS, UWP, Android, Raspberry Pi, HTML5.
+* - Multiple platforms support: Windows, Linux, FreeBSD, OpenBSD, NetBSD, DragonFly, MacOS, UWP, Android, Raspberry Pi, HTML5.
* - VR stereo rendering with configurable HMD device parameters
* - NO external dependencies, all required libraries included with raylib
* - Complete bindings to LUA (raylib-lua) and Go (raylib-go)