diff options
| author | Ray <[email protected]> | 2017-03-25 12:01:01 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-03-25 12:01:01 +0100 |
| commit | 5387b4543175bee9d195b24e250a0ef863a63555 (patch) | |
| tree | c0fc5326cf48070969af59163dcc0efa4688e19e /src/raylib.h | |
| parent | 3f0c29642225f4da40e29e83117a4589f95be538 (diff) | |
| download | raylib-5387b4543175bee9d195b24e250a0ef863a63555.tar.gz raylib-5387b4543175bee9d195b24e250a0ef863a63555.zip | |
Working on configuration flags
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index cdefceb2..24d6e1fd 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -13,7 +13,7 @@ * - Multiple textures support, including compressed formats and mipmaps generation * - Basic 3d support for Shapes, Models, Billboards, Heightmaps and Cubicmaps * - Powerful math module for Vector, Matrix and Quaternion operations: [raymath] -* - Audio loading and playing with streaming support and mixing channels [audio] +* - Audio loading and playing with streaming support and mixing channels: [audio] * - VR stereo rendering support with configurable HMD device parameters * - Multiple platforms support: Windows, Linux, Mac, Android, Raspberry Pi, HTML5 and Oculus Rift CV1 * - Custom color palette for fancy visuals on raywhite background |
