#ifndef PKMNLIB_WASMEFFECTPARAMETER_HPP #define PKMNLIB_WASMEFFECTPARAMETER_HPP #include "../../WebAssemblyScriptResolver.hpp" class WASMEffectParameter { public: static void Register(ArbUt::Dictionary& externs, WebAssemblyScriptResolver* resolver); }; #endif // PKMNLIB_WASMEFFECTPARAMETER_HPP