PkmnLib/src/ScriptResolving/AngelScript/TypeRegistry/Library/RegisterGrowthRateTypes.hpp

16 lines
452 B
C++
Raw Normal View History

2020-01-13 18:52:32 +00:00
#ifndef PKMNLIB_REGISTERGROWTHRATETYPES_HPP
#define PKMNLIB_REGISTERGROWTHRATETYPES_HPP
2020-07-18 11:19:35 +00:00
#include <CreatureLib/Defines.hpp>
2020-01-13 18:52:32 +00:00
#include <angelscript.h>
class RegisterGrowthRateTypes {
static void RegisterGrowthRateType(asIScriptEngine* non_null engine);
static void RegisterGrowthRateLibrary(asIScriptEngine* non_null engine);
2020-04-28 12:48:56 +00:00
2020-01-13 18:52:32 +00:00
public:
static void Register(asIScriptEngine* non_null engine);
2020-01-13 18:52:32 +00:00
};
#endif // PKMNLIB_REGISTERGROWTHRATETYPES_HPP