Files
st/include/Game/GameModeDownloadPlay.hpp
T
Yanis 96874ba24e Decompile overlay 1 (Part 8) (#108)
* UnkStruct_027e09b4_001 OK

* UnkStruct_027e09ac_001 OK

* UnkStruct_027e0cec_001 OK

* SysNew OK

* UnkStruct_027e0cec_18_001 OK

* UnkStruct_027e0ce0_34_001 OK

* UnkStruct_027e0d00_001 OK

* PassengerManager_001 OK

* UnkStruct_027e0cf8_08_00_001 OK

* UnkStruct_ov020_020e8544_001 OK

* code_020bfdd0 OK and code_020bfeec OK

* code_020c099c OK
2026-07-15 20:19:35 +02:00

41 lines
843 B
C++

#pragma once
#include "Game/GameMode.hpp"
#include "Unknown/UnkStruct_0204a060.hpp"
#include "global.h"
#include "types.h"
class UnkStruct_ov001_020c46fc {
public:
/* 00000 (vtable) */
/* 00004 */ STRUCT_PAD(0x04, 0xAF054);
/* AF054 */
UnkStruct_ov001_020c46fc();
/* 00 */ virtual ~UnkStruct_ov001_020c46fc();
};
extern UnkStruct_ov001_020c46fc *data_ov001_020c46fc;
class GameModeDownloadPlay : public GameModeBase {
public:
/* 00 (base) */
/* 04 */ STRUCT_PAD(0x04, 0x48);
/* 48 */ UnkStruct_ov001_020c46fc *mUnk_48;
/* 4C */ STRUCT_PAD(0x4C, 0x6C);
/* 6C */
GameModeDownloadPlay();
/* 00 */ virtual ~GameModeDownloadPlay() override;
// overlay 1
void func_ov001_020c09dc();
static GameModeBase *Create();
// overlay 22
static GameModeBase *CreateInstance();
};