mirror of
https://github.com/pret/pokeruby.git
synced 2026-04-24 23:17:38 -05:00
12 lines
189 B
C
12 lines
189 B
C
#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
|