12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- #ifndef ITEMMENU_H
- #define ITEMMENU_H
- #include "common.h"
- #include "ui.h"
- PAL_C_LINKAGE_BEGIN
- WORD
- PAL_ItemSelectMenuUpdate(
- VOID
- );
- VOID
- PAL_ItemSelectMenuInit(
- WORD wItemFlags
- );
- WORD
- PAL_ItemSelectMenu(
- LPITEMCHANGED_CALLBACK lpfnMenuItemChanged,
- WORD wItemFlags
- );
- PAL_C_LINKAGE_END
- #endif
|