This repository has been archived on 2024-05-15. You can view files and clone it, but cannot push or open issues or pull requests.
fugg/flyff-api/src/import.h

15 lines
349 B
C++

#pragma once
#include <wasm-rt.h>
#include <client.h>
namespace flyff {
static const auto& init = &Z_client_init;
static const auto& _wasm_call_ctors = &Z_clientZ____wasm_call_ctors;
static const auto& main = &Z_clientZ__main;
static const auto& malloc = &Z_clientZ__malloc;
static const auto& free = &Z_clientZ__free;
}