Fix header guards

This commit is contained in:
PikalaxALT
2017-09-16 15:13:06 -04:00
parent 66fbc9753f
commit 18e06b480b
12 changed files with 36 additions and 36 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
// Created by scott on 9/16/2017.
//
#ifndef POKEEMERALD_FIELDMAP_H
#define POKEEMERALD_FIELDMAP_H
#ifndef GUARD_FIELDMAP_H
#define GUARD_FIELDMAP_H
// Exported type declarations
@@ -12,4 +12,4 @@
// Exported ROM declarations
u8 MapGridGetMetatileBehaviorAt(s16, s16);
#endif //POKEEMERALD_FIELDMAP_H
#endif //GUARD_FIELDMAP_H