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
|
2013-08-07 00:38:41 +00:00
|
|
|
{
|
2012-07-09 16:47:59 +00:00
|
|
|
void installOpcodes (Interpreter::Interpreter& interpreter);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|