diff options
author | chai <chaifix@163.com> | 2018-08-06 16:22:00 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-06 16:22:00 +0800 |
commit | 89e7a9ecfad9a54633eb3ebbab1d1f13ad78826f (patch) | |
tree | 1ba8a806af1b8e7750d6b637c296f08e13cf268e /src/libjin/jin.h | |
parent | ea9769944a2db3abe15f537dab67e16fdfc20bef (diff) |
*update
Diffstat (limited to 'src/libjin/jin.h')
-rw-r--r-- | src/libjin/jin.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libjin/jin.h b/src/libjin/jin.h index d32731d..148911c 100644 --- a/src/libjin/jin.h +++ b/src/libjin/jin.h @@ -13,10 +13,11 @@ #include "Net/Net.h" #include "Graphics/Graphics.h" #include "Time/Timer.h" +#include "Thread/Thread.h" #define JIN_VERSION "Jin 0.1" +#define JIN_AUTHOR "Chai" #define JIN_RELEASE "Jin 0.1.1" -#define JIN_VERSION_NUM 101 -#define JIN_AUTHOR "Chai" +#define JIN_VERSION_NUM 101; #endif // __JIN_H
\ No newline at end of file |