mirror of
https://github.com/zeldaret/st
synced 2026-08-05 09:34:10 -04:00
0fe5959c6d
* feat: update * feat: update * feat: cleanup * feat: rc * refactor: rename UnkITTD to ItemTornado
19 lines
366 B
C++
19 lines
366 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e0d38 {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_027e0d38();
|
|
~UnkStruct_027e0d38();
|
|
|
|
bool func_ov031_020d9bec();
|
|
bool func_ov031_020d9c04(unk32 param1, unk32 param2, unk32 param3);
|
|
void func_ov031_020d9c44(unk32 param1);
|
|
};
|
|
|
|
extern UnkStruct_027e0d38 *data_027e0d38;
|