OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dialogueextensions.hpp
Go to the documentation of this file.
1 #ifndef GAME_SCRIPT_DIALOGUEEXTENSIONS_H
2 #define GAME_SCRIPT_DIALOGUEEXTENSIONS_H
3 
4 namespace Compiler
5 {
6  class Extensions;
7 }
8 
9 namespace Interpreter
10 {
11  class Interpreter;
12 }
13 
14 namespace MWScript
15 {
17  namespace Dialogue
18  {
19  void installOpcodes (Interpreter::Interpreter& interpreter);
20  }
21 }
22 
23 #endif
Interpreter()
Definition: interpreter.cpp:162
void installOpcodes(Interpreter::Interpreter &interpreter)
Definition: dialogueextensions.cpp:276
Definition: interpreter.hpp:16