aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2013-11-19 00:09:52 +0100
committerRay <raysan5@gmail.com>2013-11-19 00:09:52 +0100
commitc15209f03ca56f81cfd24f22fa7fbc640e170244 (patch)
tree90d32ac6701b8adffefc25a828ca36f0efac421f /src
parent3ec85a0e0fb33830d627672337e8cf93aa4e7a6b (diff)
downloadraylib-c15209f03ca56f81cfd24f22fa7fbc640e170244.tar.gz
raylib-c15209f03ca56f81cfd24f22fa7fbc640e170244.zip
Update raylib.h
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/raylib.h b/src/raylib.h
index fc9f5a5a..b004265f 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -50,7 +50,7 @@
#ifndef RAYLIB_H
#define RAYLIB_H
-//#define NO_AUDIO // Audio is still being tested, deactivated by default
+#define NO_AUDIO // Audio is still being tested, deactivated by default
//----------------------------------------------------------------------------------
// Some basic Defines
@@ -373,4 +373,4 @@ void StopSound(Sound sound); // Stop playing a sound
}
#endif
-#endif // RAYLIB_H \ No newline at end of file
+#endif // RAYLIB_H