8 lines
191 B
C
8 lines
191 B
C
|
#ifndef GUARD_RESHOW_BATTLE_SCREEN_H
|
||
|
#define GUARD_RESHOW_BATTLE_SCREEN_H
|
||
|
|
||
|
void ReshowBattleScreenDummy(void);
|
||
|
void ReshowBattleScreenAfterMenu(void);
|
||
|
|
||
|
#endif // GUARD_RESHOW_BATTLE_SCREEN_H
|