1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 21:42:13 +00:00
OpenMW/apps/openmw/mwscript/transformationextensions.hpp

23 lines
410 B
C++
Raw Normal View History

2012-07-09 16:47:59 +00:00
#ifndef GAME_SCRIPT_TRANSFORMATIONEXTENSIONS_H
#define GAME_SCRIPT_TRANSFORMATIONEXTENSIONS_H
namespace Compiler
{
class Extensions;
}
namespace Interpreter
{
class Interpreter;
}
namespace MWScript
{
/// \brief stats-related script functionality (creatures and NPCs)
namespace Transformation
{
2012-07-09 16:47:59 +00:00
void installOpcodes (Interpreter::Interpreter& interpreter);
}
}
#endif