mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
15 lines
254 B
C
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_ */
|