mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
WARNING: Renamed module: audio -> raudio
Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change. Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library! Consequently, raylib version has been bumped to 2.4-dev.
This commit is contained in:
@ -65,7 +65,7 @@
|
||||
* NOTE: Some generated meshes DO NOT include generated texture coordinates */
|
||||
#cmakedefine SUPPORT_MESH_GENERATION 1
|
||||
|
||||
// audio.c
|
||||
// raudio.c
|
||||
/* Desired fileformats to be supported for loading. */
|
||||
#cmakedefine SUPPORT_FILEFORMAT_WAV 1
|
||||
#cmakedefine SUPPORT_FILEFORMAT_OGG 1
|
||||
|
||||
Reference in New Issue
Block a user