mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 23:05:17 -04:00
18 lines
319 B
C++
18 lines
319 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
#include "System/SysNew.hpp"
|
|
|
|
class TriggerBase : public SysObject {
|
|
/* 00 (vtable) */
|
|
/* 04 */ unk8 mUnk_04;
|
|
/* 05 */ u8 mType;
|
|
/* 06 */ unk8 mUnk_06[2];
|
|
/* 08 */ u32 mUnk_08;
|
|
/* 0c */ u32 mUnk_0c;
|
|
/* 10 */ u32 mUnk_10;
|
|
/* 14 */
|
|
};
|