PkmnLib/src/ScriptResolving/WASM/InterfaceMethods/Library/WASMAbilityRegistry.hpp

11 lines
328 B
C++

#ifndef PKMNLIB_WASMABILITYREGISTRY_HPP
#define PKMNLIB_WASMABILITYREGISTRY_HPP
#include "../../WebAssemblyScriptResolver.hpp"
class WASMAbilityRegistry {
public:
static void Register(ArbUt::Dictionary<std::string, wasm_func_t*>& externs, WebAssemblyScriptResolver* resolver);
};
#endif // PKMNLIB_WASMABILITYREGISTRY_HPP