blob: 8438add26224fc7b11a13bbab007293384fcaac7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//
// Created by Scott Norton on 9/6/17.
//
#ifndef POKEEMERALD_FIELD_PLAYER_AVATAR_H
#define POKEEMERALD_FIELD_PLAYER_AVATAR_H
void ClearPlayerAvatarInfo(void);
#endif //POKEEMERALD_FIELD_PLAYER_AVATAR_H
|