mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-13 16:47:22 -05:00
19 lines
272 B
C
19 lines
272 B
C
#ifndef GUARD_STR_202EDE8_H
|
|
#define GUARD_STR_202EDE8_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
struct UnkStruct_202EDE8
|
|
{
|
|
s16 unk0;
|
|
s16 unk2;
|
|
Entity *unk4;
|
|
s32 unk8;
|
|
s32 unkC;
|
|
s32 unk10;
|
|
};
|
|
|
|
extern struct UnkStruct_202EDE8 gUnknown_202EDE8;
|
|
|
|
#endif
|