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

19 lines
198 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);
// 绘制调试信息到屏幕
void tools_dbg_print(int (*draw_txt)(int c,int x,int y));
#endif