mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 01:54:50 -05:00
15 lines
295 B
C
15 lines
295 B
C
#ifndef GUARD_CPU_H
|
|
#define GUARD_CPU_H
|
|
|
|
extern u16 gRawKeyInput;
|
|
|
|
void CpuClear(void *, s32);
|
|
void CpuCopy(void *dest, const void *src, s32 size);
|
|
void nullsub_23(bool8);
|
|
void SetWindowTitle(const u8 *);
|
|
void sub_800CDA8(u32);
|
|
u32 sub_800CDC8(void);
|
|
void VBlank_CB(void);
|
|
|
|
#endif //GUARD_CPU_H
|