commit a3cf4c9ceef1e71f54aadae238e5ae56701cb704 Author: Kiritow <1362050620@qq.com> Date: Sun Jun 17 12:12:49 2018 +0800 Initial Commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..07770de --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "GSock"] + path = GSock + url = http://kiritow.com:3000/kiritow/GSock +[submodule "NaiveThreadPool"] + path = NaiveThreadPool + url = https://github.com/kiritow/NaiveThreadPool diff --git a/CashWorldServer.cpp b/CashWorldServer.cpp new file mode 100644 index 0000000..3a778e5 Binary files /dev/null and b/CashWorldServer.cpp differ diff --git a/GSock b/GSock new file mode 160000 index 0000000..37e9ecf --- /dev/null +++ b/GSock @@ -0,0 +1 @@ +Subproject commit 37e9ecf160832626954148c284e29c595bb83635 diff --git a/NaiveThreadPool b/NaiveThreadPool new file mode 160000 index 0000000..cef522f --- /dev/null +++ b/NaiveThreadPool @@ -0,0 +1 @@ +Subproject commit cef522f09958111734be194203fcbcc273c33664