mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
10 lines
325 B
C
10 lines
325 B
C
#ifndef POKEPLATINUM_UNK_02038F8C_H
|
|
#define POKEPLATINUM_UNK_02038F8C_H
|
|
|
|
#include "struct_defs/wi_fi_history.h"
|
|
|
|
void WiFiHistory_FlagGeonetLinkInfo(WiFiHistory *wiFiHistory);
|
|
void WiFiHistory_FlagGeonetCommunicatedWith(WiFiHistory *wiFiHistory, int country, int region, int language);
|
|
|
|
#endif // POKEPLATINUM_UNK_02038F8C_H
|