mirror of
https://github.com/zeldaret/st
synced 2026-07-06 21:52:49 -04:00
dcf9268df6
* decompile SWOB * match sinit * remove useless stuff * decompile actor swtm * decompile actor evic * mark evic as complete * decompile actor efik * EVIC -> EventIcon
16 lines
274 B
C++
16 lines
274 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_ov000_020aed1c {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
/* 04 */ unk32 mUnk_04;
|
|
|
|
UnkStruct_ov000_020aed1c();
|
|
~UnkStruct_ov000_020aed1c();
|
|
};
|
|
|
|
extern UnkStruct_ov000_020aed1c data_ov000_020aed1c;
|