PkmnLib/src/ScriptResolving/AngelScript/TypeRegistry/ConstString.hpp

13 lines
260 B
C++

#ifndef PKMNLIB_CONSTSTRING_HPP
#define PKMNLIB_CONSTSTRING_HPP
#include <CreatureLib/Defines.hpp>
#include <angelscript.h>
class ConstStringRegister {
public:
static void Register(asIScriptEngine* non_null engine);
};
#endif // PKMNLIB_CONSTSTRING_HPP