blob: 34a166e72c84be2a43219d9815092902025a3b6d (
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 CB2_StartCreditsSequence(void);
#endif //GUARD_credits_H
|