mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-09 10:55:45 -05:00
9 lines
109 B
C
9 lines
109 B
C
#ifndef GUARD_CPU_H
|
|
#define GUARD_CPU_H
|
|
|
|
void VBlank_CB(void);
|
|
|
|
void sub_800CDA8(u32);
|
|
|
|
#endif //GUARD_CPU_H
|