增加ACE安全测试工程

This commit is contained in:
2025-12-06 16:42:21 +08:00
parent b78ee53326
commit b38ad590a9
68 changed files with 5385 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#pragma once
#include <cy_core.h>
#include <cy_event.h>
#include <cy_network.h>
#include <ace_sdk_server_ticket.h>
#include <ace_sdk_server_light_feature.h>
#include <ace_sdk_server_anti_cheat_core.h>
#include <ace_sdk_server_text_check.h>
#include <ace_sdk_server.h>
#include <ace_sdk_account.h>
#include <sstream>
#include <string>
#include <iostream>