mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-27 04:04:17 +01:00
Fix header guards
This commit is contained in:
parent
54c8580d34
commit
052c9f0234
@ -2,8 +2,8 @@
|
|||||||
// Created by scott on 9/15/2017.
|
// Created by scott on 9/15/2017.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef POKEEMERALD_GPU_REGS_H
|
#ifndef GUARD_GPU_REGS_H
|
||||||
#define POKEEMERALD_GPU_REGS_H
|
#define GUARD_GPU_REGS_H
|
||||||
|
|
||||||
// Exported type declarations
|
// Exported type declarations
|
||||||
|
|
||||||
@ -12,4 +12,4 @@
|
|||||||
// Exported ROM declarations
|
// Exported ROM declarations
|
||||||
void ClearGpuRegBits(u8 regOffset, u16 mask);
|
void ClearGpuRegBits(u8 regOffset, u16 mask);
|
||||||
|
|
||||||
#endif //POKEEMERALD_GPU_REGS_H
|
#endif //GUARD_GPU_REGS_H
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
// Created by scott on 9/15/2017.
|
// Created by scott on 9/15/2017.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef POKEEMERALD_ROM4_H
|
#ifndef GUARD_ROM4_H
|
||||||
#define POKEEMERALD_ROM4_H
|
#define GUARD_ROM4_H
|
||||||
|
|
||||||
// Exported type declarations
|
// Exported type declarations
|
||||||
|
|
||||||
@ -12,4 +12,4 @@
|
|||||||
// Exported ROM declarations
|
// Exported ROM declarations
|
||||||
void sub_8086230(void);
|
void sub_8086230(void);
|
||||||
|
|
||||||
#endif //POKEEMERALD_ROM4_H
|
#endif //GUARD_ROM4_H
|
||||||
|
Loading…
Reference in New Issue
Block a user