pokeplatinum/include/applications/poketch/poketch_graphics_task_structs.h
2025-06-22 12:58:33 -07:00

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