15 lines
468 B
C
Executable File
15 lines
468 B
C
Executable File
#ifndef _UI_DATEIMPRINT_H
|
|
#define _UI_DATEIMPRINT_H
|
|
|
|
|
|
//#include "imgcapcbmsg.h"
|
|
#include "ImageApp/ImageApp_Photo_CapCbMsg.h"
|
|
|
|
extern void UiDateImprint_InstallID(void) _SECTION(".kercfg_text");
|
|
extern void UiDateImprint_SetEnable(BOOL bEnable);
|
|
extern BOOL UiDateImprint_GenData(IMG_CAP_DATASTAMP_INFO *pInfo);
|
|
extern void UiDateImprint_InitBuff(void);
|
|
extern void UiDateImprint_DestroyBuff(void);
|
|
UINT8 sf_solar_to_Lunar(UINT16 Year,UINT8 Month, UINT8 Day);
|
|
#endif
|