This commit is contained in:
2025-08-23 15:15:57 +08:00
commit b5fbaa9db5
167 changed files with 2087 additions and 0 deletions

7
GlobalData.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef GLOBALDATA_H
#define GLOBALDATA_H
char g_bufferData[8] = {0};
int g_count = 0;
#endif // GLOBALDATA_H