mirror of
https://github.com/zeldaret/st
synced 2026-05-28 00:16:01 -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%
17 lines
262 B
C++
17 lines
262 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e0d38 {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_027e0d38();
|
|
~UnkStruct_027e0d38();
|
|
|
|
void func_ov031_020d9c44(unk32 param1);
|
|
};
|
|
|
|
extern UnkStruct_027e0d38 *data_027e0d38;
|