Fix header guards
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// Created by scott on 9/7/2017.
|
||||
//
|
||||
|
||||
#ifndef POKEEMERALD_FIELD_EFFECT_HELPERS_H
|
||||
#define POKEEMERALD_FIELD_EFFECT_HELPERS_H
|
||||
#ifndef GUARD_FIELD_EFFECT_HELPERS_H
|
||||
#define GUARD_FIELD_EFFECT_HELPERS_H
|
||||
|
||||
// Exported type declarations
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
// Exported ROM declarations
|
||||
u8 sub_8154228(void);
|
||||
|
||||
#endif //POKEEMERALD_FIELD_EFFECT_HELPERS_H
|
||||
#endif //GUARD_FIELD_EFFECT_HELPERS_H
|
||||
|
||||
Reference in New Issue
Block a user