mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-03 16:15:20 -05:00
7 lines
193 B
C
7 lines
193 B
C
#ifndef POKEPLATINUM_STRUCT_BATTLE_SYSTEM_DECL_H
|
|
#define POKEPLATINUM_STRUCT_BATTLE_SYSTEM_DECL_H
|
|
|
|
typedef struct BattleSystem BattleSystem;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_BATTLE_SYSTEM_DECL_H
|