Files
player/Project/Src/MyApp/tools.h

19 lines
189 B
C
Raw Normal View History

2025-06-27 00:32:57 +08:00
#ifndef TOOLS_H__
#define TOOLS_H__
int tools_updata_on(void);
int tools_updata_off(void);
2025-07-05 19:47:28 +08:00
// <20><><EFBFBD>Ƶ<EFBFBD><C6B5><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>Ļ
2025-06-27 00:32:57 +08:00
void tools_dbg_print(int (*draw_txt)(int c,int x,int y));
#endif