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