diff options
author | PikalaxALT <pikalax1@gmail.com> | 2017-09-20 20:17:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalax1@gmail.com> | 2017-09-20 20:17:31 -0400 |
commit | 45d53d9242e7c601546da894c4f95ffe99aedd17 (patch) | |
tree | 85c63bb0dc2bf312bfe7abbdf6d77f34dccb9727 /include/gpu_regs.h | |
parent | 25ffdf734284db4bd418d6f2ff74a9d895cb4498 (diff) | |
parent | d485f17784eefd4cd965026c15cea9e065546627 (diff) |
Merge branch 'master' into lilycove_lady
Diffstat (limited to 'include/gpu_regs.h')
-rw-r--r-- | include/gpu_regs.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/gpu_regs.h b/include/gpu_regs.h new file mode 100644 index 000000000..28b97fb6e --- /dev/null +++ b/include/gpu_regs.h @@ -0,0 +1,15 @@ +// +// 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 |