8 lines
88 B
C
8 lines
88 B
C
#ifndef __SETTING_UI_H__
|
|
#define __SETTING_UI_H__
|
|
|
|
void setting_ui_init(void);
|
|
|
|
#endif
|
|
|