mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-22 10:15:22 -05:00
7 lines
158 B
C
7 lines
158 B
C
#ifndef POKEPLATINUM_STRUCT_PARTY_DECL_H
|
|
#define POKEPLATINUM_STRUCT_PARTY_DECL_H
|
|
|
|
typedef struct Party Party;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02079FF4_DECL_H
|