12 lines
301 B
C
12 lines
301 B
C
#ifndef HMI_MORE_SET_H
|
|
#define HMI_MORE_SET_H
|
|
|
|
#include "hmi_common.h"
|
|
|
|
|
|
void Hmi_MoreSetEnter(const MenuItemInfo_t *pItemInfo);
|
|
void Hmi_MoreSetExit(const MenuItemInfo_t *pItemInfo);
|
|
void Hmi_MoreSetLoad(const MenuItemInfo_t *pItemInfo);
|
|
void Hmi_MoreSetTask(const MenuItemInfo_t *pItemInfo);
|
|
|
|
#endif |