Files
PkmnLib/src/ScriptResolving/WASM/InterfaceMethods/Library/WASMEffectParameter.hpp
Deukhoofd a4ac678154
All checks were successful
continuous-integration/drone/push Build is passing
Adds a lot more WASM type registry
2022-05-22 13:00:53 +02:00

11 lines
328 B
C++

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