12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- #ifndef MAGICMENU_H
- #define MAGICMENU_H
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- WORD
- PAL_MagicSelectionMenuUpdate(
- VOID
- );
- VOID
- PAL_MagicSelectionMenuInit(
- WORD wPlayerRole,
- BOOL fInBattle,
- WORD wDefaultMagic
- );
- WORD
- PAL_MagicSelectionMenu(
- WORD wPlayerRole,
- BOOL fInBattle,
- WORD wDefaultMagic
- );
- #ifdef __cplusplus
- }
- #endif
- #endif
|