From a059088c90fafb9ef21840db338f6bd04023b096 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 7 Dec 2018 20:16:33 +0800 Subject: *init --- tests/main.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/main.cpp (limited to 'tests/main.cpp') diff --git a/tests/main.cpp b/tests/main.cpp new file mode 100644 index 0000000..f82897f --- /dev/null +++ b/tests/main.cpp @@ -0,0 +1,22 @@ +extern "C" { +#include "lua.h" +#include "lualib.h" +#include "lauxlib.h" +} +#include "luax.h" + +using namespace Luax; + +class Player : public LuaxObject +{ +public: + + +}; + +int main() +{ + lua_State* L = luaL_newstate(); + LuaxState state(L); + +} \ No newline at end of file -- cgit v1.1-26-g67d0