mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -04:00
32cc123547
* Game 73% * Fix build
19 lines
276 B
C++
19 lines
276 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
#include "Game/GameMode.hpp"
|
|
|
|
struct UnkStruct_027e08fc {
|
|
public:
|
|
/* 0 */ u8 mUnk_0;
|
|
/* 1 */ bool mUnk_1;
|
|
/* 2 */ u16 mUnk_2;
|
|
/* 4 */
|
|
|
|
void func_0202fbe4();
|
|
};
|
|
|
|
extern UnkStruct_027e08fc data_027e08fc;
|