Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-05-18 19:22:39 +0000
committerStijn Buys <ingar@osirion.org>2008-05-18 19:22:39 +0000
commit2f4c20a0b6fa0397d623d883ee48ba59563f1e2f (patch)
tree2186c4ada36a9bc832a89c662029d3b12bf1840e /src/audio/buffers.h
parentcc0a133a616aeff57887b27497e4a978b5697c04 (diff)
standard hail
Diffstat (limited to 'src/audio/buffers.h')
-rw-r--r--src/audio/buffers.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audio/buffers.h b/src/audio/buffers.h
index e61ba7b..53137e9 100644
--- a/src/audio/buffers.h
+++ b/src/audio/buffers.h
@@ -23,7 +23,6 @@ class Buffers {
public:
static void init();
static void shutdown();
- static void clear();
/// find previously loaded PCM data
static size_t find(std::string name);
@@ -35,6 +34,8 @@ public:
static void bind(ALuint source, std::string name);
private:
+ static void clear();
+
typedef std::map<std::string, size_t>::iterator iterator;
static std::map<std::string, size_t> registry;