1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +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 21:49:48 +02:00
#ifndef INTERPRETER_INSTALLOPCODES_H_INCLUDED
#define INTERPRETER_INSTALLOPCODES_H_INCLUDED
namespace Interpreter
{
class Interpreter;
2022-09-22 21:26:05 +03:00
2010-06-28 21:49:48 +02:00
void installOpcodes(Interpreter& interpreter);
}
#endif