12 lines
186 B
C
12 lines
186 B
C
|
#ifndef GUARD_INTRO_H
|
||
|
#define GUARD_INTRO_H
|
||
|
|
||
|
// Exported type declarations
|
||
|
|
||
|
// Exported RAM declarations
|
||
|
|
||
|
// Exported ROM declarations
|
||
|
void c2_copyright_1(void);
|
||
|
|
||
|
#endif //GUARD_INTRO_H
|