mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05:00
12 lines
202 B
C
12 lines
202 B
C
#ifndef GUARD_credits_H
|
|
#define GUARD_credits_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
void CB2_StartCreditsSequence(void);
|
|
|
|
#endif //GUARD_credits_H
|