blob: 0ff79ace2f85a744af147db6e4d81e7f1b235752 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#pragma once
#include "Actor/ActorRef.hpp"
#include "global.h"
#include "types.h"
struct UnkStruct_ov000_020e8b08 {
/* 00 */ PAD(0x00, 0x20);
/* 20 */ ActorRef mUnk_20[1]; // more than 1, unclear how many
/* 28 */ PAD(0x28, 0x55);
/* 55 */ u8 mUnk_55;
/* 56 */
};
extern UnkStruct_ov000_020e8b08 *data_ov000_020e8b08;
|