TwlToolsRED/build/tools/sctools/common/src/menu_version.h

15 lines
254 B
C

#ifndef _MENU_VERSION_H_
#define _MENU_VERSION_H_
#ifdef __cplusplus
extern "C" {
#endif
BOOL Read_SystemMenuVersion(u16 *major, u16 *minor, u32 *ts);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* _MENU_VERSION_H_ */