From 6aa475c6310c609743a9a2005e7942050c396865 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 7 Jul 2021 11:39:34 -0500 Subject: Sese's vacation work --- include/bg.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/bg.h') 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 -- cgit v1.2.3