mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-01 06:11:47 -05:00
14 lines
329 B
C
14 lines
329 B
C
#ifndef POKEPLATINUM_STRUCT_OV100_021D4E3C_H
|
|
#define POKEPLATINUM_STRUCT_OV100_021D4E3C_H
|
|
|
|
#include "screen_scroll_manager.h"
|
|
#include "sys_task_manager.h"
|
|
|
|
typedef struct {
|
|
ScreenScrollManager *screenScrollMgr;
|
|
SysTask *unk_04;
|
|
u32 unk_08;
|
|
} UnkStruct_ov100_021D4E3C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV100_021D4E3C_H
|