mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-28 00:15:06 +00:00
12 lines
202 B
C++
12 lines
202 B
C++
#ifndef INTERPRETER_INSTALLOPCODES_H_INCLUDED
|
|
#define INTERPRETER_INSTALLOPCODES_H_INCLUDED
|
|
|
|
namespace Interpreter
|
|
{
|
|
class Interpreter;
|
|
|
|
void installOpcodes(Interpreter& interpreter);
|
|
}
|
|
|
|
#endif
|