mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-05-27 10:45:16 -05:00
11 lines
287 B
C
11 lines
287 B
C
#ifndef POKEPLATINUM_POKETCH_STRUCTS_H
|
|
#define POKEPLATINUM_POKETCH_STRUCTS_H
|
|
|
|
typedef struct PoketchGraphics_TaskData PoketchGraphics_TaskData;
|
|
|
|
typedef struct PoketchGraphics_ConstTaskData {
|
|
u32 lastAppID;
|
|
} PoketchGraphics_ConstTaskData;
|
|
|
|
#endif // POKEPLATINUM_POKETCH_STRUCTS_H
|