1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00
OpenMW/components/interpreter/installopcodes.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
202 B
C++
Raw Normal View History

2010-06-28 19:49:48 +00:00
#ifndef INTERPRETER_INSTALLOPCODES_H_INCLUDED
#define INTERPRETER_INSTALLOPCODES_H_INCLUDED
namespace Interpreter
{
class Interpreter;
2022-09-22 18:26:05 +00:00
void installOpcodes(Interpreter& interpreter);
2010-06-28 19:49:48 +00:00
}
#endif