mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-05-14 08:50:01 -05:00
16 lines
255 B
C
16 lines
255 B
C
//
|
|
// Created by scott on 9/15/2017.
|
|
//
|
|
|
|
#ifndef GUARD_GPU_REGS_H
|
|
#define GUARD_GPU_REGS_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
void ClearGpuRegBits(u8 regOffset, u16 mask);
|
|
|
|
#endif //GUARD_GPU_REGS_H
|