From c15209f03ca56f81cfd24f22fa7fbc640e170244 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 19 Nov 2013 00:09:52 +0100 Subject: [PATCH] Update raylib.h --- src/raylib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/raylib.h b/src/raylib.h index fc9f5a5aa..b004265f4 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