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