2025-05-10 21:58:58 +08:00

8 lines
88 B
C

#ifndef __SETTING_UI_H__
#define __SETTING_UI_H__
void setting_ui_init(void);
#endif