spicetools/script/api/memory.h

8 lines
111 B
C
Raw Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
#include <lua.hpp>
namespace script::api::memory {
void init(lua_State *n, bool sandbox);
}