笔记
This commit is contained in:
7
GlobalData.h
Normal file
7
GlobalData.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef GLOBALDATA_H
|
||||
#define GLOBALDATA_H
|
||||
|
||||
char g_bufferData[8] = {0};
|
||||
int g_count = 0;
|
||||
|
||||
#endif // GLOBALDATA_H
|
||||
Reference in New Issue
Block a user