#ifndef PKMNLIB_CONSTSTRING_HPP #define PKMNLIB_CONSTSTRING_HPP #include #include class ConstStringRegister { public: static void Register(asIScriptEngine* non_null engine); }; #endif // PKMNLIB_CONSTSTRING_HPP