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