File:  [RetroPC.NET] / xmil / calendar.h
Revision 1.1: download - view: text, annotated - select for diffs
Sun Aug 1 14:31:29 2004 JST (21 years, 3 months ago) by yui
Branches: MAIN
CVS tags: HEAD
initialize


typedef struct {
	_SYSTIME	dt;
//	UINT		steps;
} _CALENDAR, *CALENDAR;


#ifdef __cplusplus
extern "C" {
#endif

extern	_CALENDAR	cal;

void calendar_initialize(void);
void calendar_inc(void);
void calendar_getdate(UINT8 *bcd);
void calendar_setdate(const UINT8 *bcd);
void calendar_gettime(UINT8 *bcd);
void calendar_settime(const UINT8 *bcd);

#ifdef __cplusplus
}
#endif


RetroPC.NET-CVS <cvs@retropc.net>