Files
PkmnLib/src/ScriptResolving/WASM/InterfaceMethods/WASMStringView.hpp
Deukhoofd aac6c83bcf
Some checks failed
continuous-integration/drone/push Build is failing
Loads of WASM type registry.
2022-05-16 18:16:15 +02:00

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