2017-11-11 00:06:06 +00:00
|
|
|
#ifndef GUARD_TRADE_H
|
|
|
|
#define GUARD_TRADE_H
|
|
|
|
|
|
|
|
// Exported type declarations
|
|
|
|
|
|
|
|
// Exported RAM declarations
|
|
|
|
|
|
|
|
// Exported ROM declarations
|
|
|
|
|
2018-06-03 21:39:10 +01:00
|
|
|
s32 sub_807A728(void);
|
|
|
|
void sub_80773AC(void);
|
|
|
|
void sub_807AE50(void);
|
2017-11-11 00:06:06 +00:00
|
|
|
|
|
|
|
#endif //GUARD_TRADE_H
|