diff options
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index ee2c795d0..d04d4a614 100644 --- a/include/global.h +++ b/include/global.h @@ -1,3 +1,6 @@ +#ifndef GUARD_GLOBAL_H +#define GUARD_GLOBAL_H + typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32; @@ -30,3 +33,5 @@ typedef u32 bool32; #define CPU_SET_32BIT (1 << 26) extern void CpuSet(void *src, void *dest, u32 controlData); + +#endif // GUARD_GLOBAL_H |