This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
implement
pull/109/head
Joshua Reisenauer
9 years ago
parent
1c370f5a17
commit
89a84a621b
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/audio.c
+ 1
- 0
src/audio.c
View File
@ -42,6 +42,7 @@
#
include
<string.h> // Required for strcmp()
#
include
<stdio.h> // Used for .WAV loading
#
define JAR_XM_IMPLEMENTATION
#
include
"jar_xm.h" // For playing .xm files
#
if defined(AUDIO_STANDALONE)
Write
Preview
Loading…
Cancel
Save