PkmnLib/src/ScriptResolving/WASM/InterfaceMethods/WASMStringView.hpp

11 lines
305 B
C++

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