From 157530b8b6e11efc5573d5a0db8987a440197aa1 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Mar 2019 22:28:40 +0800 Subject: *misc --- source/3rd-party/Luax/luax_globalstate.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source/3rd-party/Luax/luax_globalstate.h (limited to 'source/3rd-party/Luax/luax_globalstate.h') diff --git a/source/3rd-party/Luax/luax_globalstate.h b/source/3rd-party/Luax/luax_globalstate.h new file mode 100644 index 0000000..91be51f --- /dev/null +++ b/source/3rd-party/Luax/luax_globalstate.h @@ -0,0 +1,7 @@ +#ifndef __LUAX_GLOBAL_STATE_H__ +#define __LUAX_GLOBAL_STATE_H__ + +// Ë÷Òýµ½luaÀïµÄglobal_State +typedef struct global_State global_State; + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0