OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
installopcodes.hpp
Go to the documentation of this file.
1 #ifndef INTERPRETER_INSTALLOPCODES_H_INCLUDED
2 #define INTERPRETER_INSTALLOPCODES_H_INCLUDED
3 
4 namespace Interpreter
5 {
6  class Interpreter;
7 
8  void installOpcodes (Interpreter& interpreter);
9 }
10 
11 #endif
void installOpcodes(Interpreter &interpreter)
Definition: installopcodes.cpp:16
Interpreter()
Definition: interpreter.cpp:162