mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-20 11:40:22 -05:00
7 lines
168 B
C
7 lines
168 B
C
#ifndef POKEPLATINUM_STRUCT_SYS_TASK_DECL_H
|
|
#define POKEPLATINUM_STRUCT_SYS_TASK_DECL_H
|
|
|
|
typedef struct SysTask SysTask;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_SYS_TASK_DECL_H
|