mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-22 02:05:55 -05:00
7 lines
147 B
C
7 lines
147 B
C
#ifndef POKEPLATINUM_PC_BOXES_DECL_H
|
|
#define POKEPLATINUM_PC_BOXES_DECL_H
|
|
|
|
typedef struct PCBoxes PCBoxes;
|
|
|
|
#endif // POKEPLATINUM_PC_BOXES_DECL_H
|