OpenMW
|
00001 #ifndef INTERPRETER_INSTALLOPCODES_H_INCLUDED 00002 #define INTERPRETER_INSTALLOPCODES_H_INCLUDED 00003 00004 namespace Interpreter 00005 { 00006 class Interpreter; 00007 00008 void installOpcodes (Interpreter& interpreter); 00009 } 00010 00011 #endif