Add map components Exit and CameraViewpoint

This commit is contained in:
Aetias
2024-04-26 16:47:04 +02:00
parent 62e3dc0834
commit d40d7abbb9
3 changed files with 56 additions and 5 deletions
+19
View File
@@ -0,0 +1,19 @@
#pragma once
#include "global.h"
#include "types.h"
#include "lib/math.h"
#include "System/SysNew.hpp"
class CameraViewpoint : public SysObject {
/* 00 */ unk32 mUnk_00;
/* 04 */ unk8 mUnk_04
/* 05 */ unk8 mUnk_05[3];
/* 08 */ Vec3p mPos;
/* 14 */ unk16 mUnk_14;
/* 16 */ unk16 mUnk_16;
/* 18 */ unk16 mUnk_18[2];
/* 1c */
};