1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +00:00
OpenMW/apps/openmw/mwscript/miscextensions.hpp

25 lines
312 B
C++
Raw Normal View History

2010-07-05 11:15:49 +00:00
#ifndef GAME_SCRIPT_MISCEXTENSIONS_H
#define GAME_SCRIPT_MISCEXTENSIONS_H
namespace Compiler
{
class Extensions;
}
namespace Interpreter
{
class Interpreter;
}
namespace MWScript
{
namespace Misc
{
2010-07-05 11:15:49 +00:00
void installOpcodes (Interpreter::Interpreter& interpreter);
}
}
#endif