diff options
author | chai <chaifix@163.com> | 2018-08-18 13:26:31 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-18 13:26:31 +0800 |
commit | a68d5cf198a87bb3e14d03dc7347ed52134355d4 (patch) | |
tree | 90caa0e10762a3795eb9a835e5678cbfd4507fdb /src/lua/common/common.h | |
parent | e257f98dbf5c0064037b966a353e0eb1ffcba0a8 (diff) |
*update
Diffstat (limited to 'src/lua/common/common.h')
-rw-r--r-- | src/lua/common/common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lua/common/common.h b/src/lua/common/common.h new file mode 100644 index 0000000..833b204 --- /dev/null +++ b/src/lua/common/common.h @@ -0,0 +1,8 @@ +#ifndef __JIN_M_TYPES_H +#define __JIN_M_TYPES_H + +#include "types.h" +#include "Proxy.h" +#include "Reference.hpp" + +#endif
\ No newline at end of file |