From ebb56ee4815325675ee878782e2ffa2f40da03d0 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 15 Jun 2008 17:39:34 +0000 Subject: time command, alRewindSource for ui sounds --- src/audio/sources.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/audio/sources.h') diff --git a/src/audio/sources.h b/src/audio/sources.h index f3d6470..08a2a41 100644 --- a/src/audio/sources.h +++ b/src/audio/sources.h @@ -25,6 +25,8 @@ public: static bool available(size_t index) { return source_available[index]; } + static ALuint source(size_t index) { return sources[index]; } + /// the sources for user interface sounds static inline ALuint ui() { return sources[0]; } -- cgit v1.2.3