OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Functions
soundextensions.cpp File Reference
#include "extensions.hpp"
#include <components/compiler/extensions.hpp>
#include <components/compiler/opcodes.hpp>
#include <components/interpreter/interpreter.hpp>
#include <components/interpreter/runtime.hpp>
#include <components/interpreter/opcodes.hpp>
#include "../mwbase/environment.hpp"
#include "../mwbase/world.hpp"
#include "../mwbase/soundmanager.hpp"
#include "../mwbase/windowmanager.hpp"
#include "interpretercontext.hpp"
#include "ref.hpp"
Include dependency graph for soundextensions.cpp:

Classes

class  MWScript::Sound::OpSay< R >
 
class  MWScript::Sound::OpSayDone< R >
 
class  MWScript::Sound::OpStreamMusic
 
class  MWScript::Sound::OpPlaySound
 
class  MWScript::Sound::OpPlaySoundVP
 
class  MWScript::Sound::OpPlaySound3D< R >
 
class  MWScript::Sound::OpPlaySoundVP3D< R >
 
class  MWScript::Sound::OpStopSound< R >
 
class  MWScript::Sound::OpGetSoundPlaying< R >
 

Namespaces

 MWScript
 MW-specific script extensions and integration of the script system into OpenMW.
 
 MWScript::Sound
 

Functions

void MWScript::Sound::installOpcodes (Interpreter::Interpreter &interpreter)