blob: dabe2404853e7bc7ca5af8752ab81cb0579f588b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef GUARD_credits_H
#define GUARD_credits_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void sub_81439D0(void);
#endif //GUARD_credits_H
|