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