diff options
Diffstat (limited to 'src/luax_object.h')
-rw-r--r-- | src/luax_object.h | 19 |
1 files changed, 19 insertions, 0 deletions
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 <vector> + +namespace Luax +{ + + class LuaxObject + { + public: + + private: + + }; + +} + +#endif
\ No newline at end of file |