openmw/components/interpreter/installopcodes.hpp
2013-10-17 16:37:22 +02:00

11 lines
207 B
C++

#ifndef INTERPRETER_INSTALLOPCODES_H_INCLUDED
#define INTERPRETER_INSTALLOPCODES_H_INCLUDED
namespace Interpreter
{
class Interpreter;
void installOpcodes (Interpreter& interpreter);
}
#endif