Start decomp
This commit is contained in:
13
include/gpu_regs.h
Normal file
13
include/gpu_regs.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef GUARD_gpu_regs_H
|
||||
#define GUARD_gpu_regs_H
|
||||
|
||||
// Exported type declarations
|
||||
|
||||
// Exported RAM declarations
|
||||
|
||||
// Exported ROM declarations
|
||||
void DisableInterrupts(u16);
|
||||
void EnableInterrupts(u16);
|
||||
void SetGpuReg(u8, u16);
|
||||
|
||||
#endif //GUARD_gpu_regs_H
|
||||
Reference in New Issue
Block a user