Fix header guards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user