diff --git a/TTT/TTT.cbp b/TTT/TTT.cbp new file mode 100644 index 0000000..e93686b --- /dev/null +++ b/TTT/TTT.cbp @@ -0,0 +1,48 @@ + + + + + + diff --git a/TTT/TTT.depend b/TTT/TTT.depend new file mode 100644 index 0000000..06b0b4b --- /dev/null +++ b/TTT/TTT.depend @@ -0,0 +1,15 @@ +# depslib dependency file v1.0 +1546928495 source:d:\documents\c\ttt\functions.c + "sanziqi.h" + +1546928495 d:\documents\c\ttt\sanziqi.h + + + + +1546928495 source:d:\documents\c\ttt\main.c + + + + "sanziqi.h" + diff --git a/TTT/TTT.layout b/TTT/TTT.layout new file mode 100644 index 0000000..51b4ec6 --- /dev/null +++ b/TTT/TTT.layout @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/TTT/bin/Debug/TTT.exe b/TTT/bin/Debug/TTT.exe new file mode 100644 index 0000000..4acf4dc Binary files /dev/null and b/TTT/bin/Debug/TTT.exe differ diff --git a/functions.c b/TTT/functions.c similarity index 100% rename from functions.c rename to TTT/functions.c diff --git a/main.c b/TTT/main.c similarity index 100% rename from main.c rename to TTT/main.c diff --git a/TTT/obj/Debug/functions.o b/TTT/obj/Debug/functions.o new file mode 100644 index 0000000..610d5e9 Binary files /dev/null and b/TTT/obj/Debug/functions.o differ diff --git a/TTT/obj/Debug/main.o b/TTT/obj/Debug/main.o new file mode 100644 index 0000000..e4b84dc Binary files /dev/null and b/TTT/obj/Debug/main.o differ diff --git a/sanziqi.h b/TTT/sanziqi.h similarity index 100% rename from sanziqi.h rename to TTT/sanziqi.h