OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
extensions.hpp
Go to the documentation of this file.
1 #ifndef GAME_SCRIPT_EXTENSIONS_H
2 #define GAME_SCRIPT_EXTENSIONS_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  void installOpcodes (Interpreter::Interpreter& interpreter, bool consoleOnly = false);
18 }
19 
20 #endif
Interpreter()
Definition: interpreter.cpp:162
Definition: interpreter.hpp:16
void installOpcodes(Interpreter::Interpreter &interpreter, bool consoleOnly)
Definition: extensions.cpp:23