big SoundManager checkin,futureproof javascript interface, isolate external calls to remove OpenAL references

This was SVN commit r13455.
This commit is contained in:
stwf
2013-06-06 11:13:57 +00:00
parent 1341b88468
commit 71b25d5bd4
32 changed files with 318 additions and 1065 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
#include "renderer/Renderer.h"
#include "scriptinterface/ScriptInterface.h"
#include "simulation2/Simulation2.h"
#include "soundmanager/SoundManager.h"
#include "soundmanager/ISoundManager.h"
// rationale: the function table is now at the end of the source file to
// avoid the need for forward declarations for every function.