summaryrefslogtreecommitdiff
path: root/include/gpu_regs.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-15 22:12:45 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-15 22:12:45 -0400
commit54c8580d34b61dfd1db5dd91e301dfc788e564de (patch)
treef7db4e7cfb5a8a271798cb09e89b675f7605b09e /include/gpu_regs.h
parent78009a835f840864b3d30af00c65a745f75b80fa (diff)
rom_81700F8
Diffstat (limited to 'include/gpu_regs.h')
-rw-r--r--include/gpu_regs.h15
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..2d47d602c
--- /dev/null
+++ b/include/gpu_regs.h
@@ -0,0 +1,15 @@
+//
+// Created by scott on 9/15/2017.
+//
+
+#ifndef POKEEMERALD_GPU_REGS_H
+#define POKEEMERALD_GPU_REGS_H
+
+// Exported type declarations
+
+// Exported RAM declarations
+
+// Exported ROM declarations
+void ClearGpuRegBits(u8 regOffset, u16 mask);
+
+#endif //POKEEMERALD_GPU_REGS_H