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 Norton on 9/6/17.
//
#ifndef POKEEMERALD_FIELD_PLAYER_AVATAR_H
#define POKEEMERALD_FIELD_PLAYER_AVATAR_H
#ifndef GUARD_FIELD_PLAYER_AVATAR_H
#define GUARD_FIELD_PLAYER_AVATAR_H
void ClearPlayerAvatarInfo(void);
void SetPlayerAvatarExtraStateTransition(u8, u8);
@@ -14,4 +14,4 @@ u8 player_get_direction_lower_nybble(void);
u8 player_get_direction_upper_nybble(void);
u8 player_get_x22(void);
#endif //POKEEMERALD_FIELD_PLAYER_AVATAR_H
#endif //GUARD_FIELD_PLAYER_AVATAR_H