pmd-red/include/cpu.h
Kermalis d20e2522c2 Match funcs and create unused_vblank.c
Also cleaned more .h files
2023-08-06 03:10:51 -04:00

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