You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,8 +54,15 @@ TapSDK PC is a C++ SDK designed specifically for PC games running through the Ta
47
54
Please visit the [Releases](https://github.com/taptap/TapSDK-PC-cpp/releases) page to download the latest version of the SDK.
48
55
49
56
Each release includes:
50
-
-`taptap_api.h` - C++ header file
51
-
-`taptap_api.dll` - Dynamic link library file
57
+
- taptap_api.h: Header file for basic features API (initialization, callback registration, user authorization, license verification, consistent random number, etc.)
58
+
- taptap_achievement.h: Header file for achievement feature API
59
+
- taptap_cloudsave.h: Header file for cloud save feature API
60
+
- taptap_compliance.h: Header file for compliance feature API
61
+
- taptap_leaderboard.h: Header file for leaderboard feature API
62
+
- taptap_onlinebattle.h: Header file for online multiplayer feature API
63
+
- taptap_relation.h: Header file for relation feature API
0 commit comments