blob: 15438ff3fd271070487b881fcbf8b97bdcfd7f01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef GUARD_TRADE_H
#define GUARD_TRADE_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
int sub_807A728(void);
#endif //GUARD_TRADE_H
|