diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
commit | 6aa475c6310c609743a9a2005e7942050c396865 (patch) | |
tree | 18be7369829badfef35a6c337005e875049027e5 /include/bg.h | |
parent | f308c79eba1ba8e6bc2134529a2e4f4f21c9c2c2 (diff) |
Sese's vacation work
Diffstat (limited to 'include/bg.h')
-rw-r--r-- | include/bg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bg.h b/include/bg.h index 376fb6f..05a8aa4 100644 --- a/include/bg.h +++ b/include/bg.h @@ -1,3 +1,6 @@ +#ifndef GUARD_BG_H +#define GUARD_BG_H + struct BGControlStruct { u16 padding; @@ -16,3 +19,4 @@ void SetBGRegYOffset(s32 reg, s32 offset); void UpdateBGControlRegisters(void); void SetBGOBJEnableFlags(u32 mask); +#endif |