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