整理目录结构,分离Task

This commit is contained in:
MistEO
2021-08-20 16:24:04 +08:00
parent 9d15b33b50
commit 2af89dfed6
46 changed files with 1717 additions and 1854 deletions

View File

@@ -9,7 +9,6 @@ void test_infrast(Assistance* ptr);
int main(int argc, char** argv)
{
Assistance* ptr = AsstCreate();
auto ret = AsstCatchEmulator(ptr);
if (!ret) {
@@ -23,7 +22,6 @@ int main(int argc, char** argv)
char ch = 0;
while (ch != 'q') {
test_infrast(ptr);
//test_swipe(ptr);