diff options
Diffstat (limited to 'source/3rd-party/Luax/luax.h')
-rw-r--r-- | source/3rd-party/Luax/luax.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/3rd-party/Luax/luax.h b/source/3rd-party/Luax/luax.h new file mode 100644 index 0000000..d05c258 --- /dev/null +++ b/source/3rd-party/Luax/luax.h @@ -0,0 +1,14 @@ +#ifndef __LUAX_H__ +#define __LUAX_H__ + +#include "luax_state.h" +#include "luax_runtime.h" +#include "luax_ref.h" +#include "luax_reftable.h" +#include "luax_enum.h" +#include "luax_class.hpp" +#include "luax_memberref.h" +#include "luax_class.inl" +#include "luax_state.inl" + +#endif
\ No newline at end of file |