diff options
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 |