mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
15 lines
341 B
C
15 lines
341 B
C
#ifndef POKEPLATINUM_STRUCT_OV5_021DE47C_H
|
|
#define POKEPLATINUM_STRUCT_OV5_021DE47C_H
|
|
|
|
#include "sprite.h"
|
|
#include "sprite_resource.h"
|
|
#include "sprite_util.h"
|
|
|
|
typedef struct {
|
|
SpriteList *unk_00;
|
|
G2dRenderer unk_04;
|
|
SpriteResourceCollection *unk_190[4];
|
|
} UnkStruct_ov5_021DE47C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV5_021DE47C_H
|