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

13 lines
260 B
C++
Raw Normal View History

#ifndef PKMNLIB_CONSTSTRING_HPP
#define PKMNLIB_CONSTSTRING_HPP
2020-07-18 11:19:35 +00:00
#include <CreatureLib/Defines.hpp>
#include <angelscript.h>
2020-07-18 10:42:54 +00:00
class ConstStringRegister {
public:
static void Register(asIScriptEngine* non_null engine);
};
#endif // PKMNLIB_CONSTSTRING_HPP