PkmnLib/src/ScriptResolving/WASM/InterfaceMethods/Battling/WASMPokemonRegistry.hpp

11 lines
328 B
C++

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