15 lines
349 B
C++
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;
|
|
}
|