mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-28 22:33:53 +01:00
13 lines
231 B
C
13 lines
231 B
C
|
#ifndef GUARD_field_message_box_H
|
||
|
#define GUARD_field_message_box_H
|
||
|
|
||
|
// Exported type declarations
|
||
|
|
||
|
// Exported RAM declarations
|
||
|
|
||
|
// Exported ROM declarations
|
||
|
|
||
|
void ShowFieldMessage(const u8 *);
|
||
|
|
||
|
#endif //GUARD_field_message_box_H
|