mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 04:45:27 -05:00
9 lines
134 B
C
9 lines
134 B
C
#ifndef POKEHEARTGOLD_SAVE_FRONTIER_H
|
|
#define POKEHEARTGOLD_SAVE_FRONTIER_H
|
|
|
|
typedef struct FRONTIER_SAVE {
|
|
|
|
} FRONTIER_SAVE;
|
|
|
|
#endif
|