mirror of
https://github.com/zeldaret/st
synced 2026-05-24 15:21:00 -04:00
754eb10308
* decompile MapObject * fix regression * match the remaining 4 functions
17 lines
323 B
C++
17 lines
323 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e09b4 {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_027e09b4();
|
|
~UnkStruct_027e09b4();
|
|
|
|
void func_01fff60c(unk32 param1, unk32 param2, unk32 param3, u8 param4, unk32 param5, unk32 param6);
|
|
};
|
|
|
|
extern UnkStruct_027e09b4 *data_027e09b4;
|