mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-22 10:15:22 -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
|