mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 18:55:30 -05:00
7 lines
186 B
C
7 lines
186 B
C
#ifndef POKEPLATINUM_STRUCT_CELL_ACTOR_DATA_H
|
|
#define POKEPLATINUM_STRUCT_CELL_ACTOR_DATA_H
|
|
|
|
typedef struct CellActorData CellActorData;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_CELL_ACTOR_DATA_H
|