Files
st/include/Unknown/UnkStruct_02049b74.hpp
Yanis 804b25cb90 Misc Stuff 2 (#33)
* match UnkStruct_ov000_020b4f84_00_Base

* lots of random stuff

* match other funcs from game.cpp

* data_02049a2c -> gGame, UnkStruct_02049a2c -> Game

* match operator new

* fix regressions

* fix some warnings

* another round of random things

* another round of random things 2

* complete slots column in overlays.md

* add scene indices

* gamemode stuff

* misc stuff

* fix build issues

* document random things

* fix regressions

* final round of random things (for now)
2026-02-18 22:23:42 +01:00

16 lines
254 B
C++

#pragma once
#include "global.h"
#include "types.h"
class UnkStruct_02049b74 {
public:
/* 00 */ unk32 mUnk_00;
UnkStruct_02049b74();
~UnkStruct_02049b74();
void func_02013a44(unk32 param1);
};
extern UnkStruct_02049b74 data_02049b74;