openmw/components/interpreter/installopcodes.hpp

12 lines
207 B
C++
Raw Normal View History

2013-10-17 16:37:22 +02:00
#ifndef INTERPRETER_INSTALLOPCODES_H_INCLUDED
#define INTERPRETER_INSTALLOPCODES_H_INCLUDED
namespace Interpreter
{
class Interpreter;
void installOpcodes (Interpreter& interpreter);
}
#endif