mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-29 05:35:54 -05:00
7 lines
139 B
C
7 lines
139 B
C
#ifndef POKEPLATINUM_SPRITE_DECL_H
|
|
#define POKEPLATINUM_SPRITE_DECL_H
|
|
|
|
typedef struct Sprite Sprite;
|
|
|
|
#endif // POKEPLATINUM_SPRITE_DECL_H
|