From a059088c90fafb9ef21840db338f6bd04023b096 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 7 Dec 2018 20:16:33 +0800 Subject: *init --- src/luax_object.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/luax_object.h') diff --git a/src/luax_object.h b/src/luax_object.h index e69de29..b16a3bb 100644 --- a/src/luax_object.h +++ b/src/luax_object.h @@ -0,0 +1,19 @@ +#ifndef __LUAX_OBJECT_H__ +#define __LUAX_OBJECT_H__ + +#include + +namespace Luax +{ + + class LuaxObject + { + public: + + private: + + }; + +} + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0