1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/apps/openmw/mwscript/transformationextensions.hpp

24 lines
411 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);
}
}
2015-03-11 14:54:45 +00:00
#endif