mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 23:05:17 -04:00
18 lines
289 B
C++
18 lines
289 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
#include "nds/math.h"
|
|
|
|
#include "System/SysNew.hpp"
|
|
|
|
class Entrance : public SysObject {
|
|
/* 00 */ Vec3p mPos;
|
|
/* 0c */ unk16 mAngle;
|
|
/* 0e */ s8 mUnk_0e;
|
|
/* 0f */ unk8 mUnk_0f;
|
|
/* 10 */ s32 mUnk_10;
|
|
/* 14 */
|
|
};
|