mirror of
https://github.com/zeldaret/st
synced 2026-05-30 00:46:46 -04:00
c3c34ebe5a
* random docs * "match" ctor * match ctor and link miniblocks * DRDS 98% * jp differences * improve MapObjectUnkDRDS::vfunc_04 * MapObjectDoorBase 78% * fix regressions * MapObjectDoorBase 98% * MapObjectUnkDRKY 98% * MapObjectUnkDRSW 100% * fix build issues * MapObjectUnkDRTC 100% * DRCK delinks * MapObjectUnkDRCK 98%
18 lines
282 B
C++
18 lines
282 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e0d8c {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_027e0d8c();
|
|
~UnkStruct_027e0d8c();
|
|
|
|
void func_ov093_02166058();
|
|
void func_ov093_02166068();
|
|
};
|
|
|
|
extern UnkStruct_027e0d8c *data_027e0d8c;
|