Files

20 lines
363 B
C++
Raw Permalink Normal View History

2024-04-26 16:47:04 +02:00
#pragma once
#include "global.h"
#include "types.h"
2025-01-18 15:50:03 +01:00
#include "nds/math.h"
2024-04-26 16:47:04 +02:00
#include "System/SysNew.hpp"
class CameraViewpoint : public SysObject {
/* 00 */ unk32 mUnk_00;
2024-04-30 14:54:22 +02:00
/* 04 */ unk8 mUnk_04;
2024-04-26 16:47:04 +02:00
/* 05 */ unk8 mUnk_05[3];
/* 08 */ Vec3p mPos;
/* 14 */ unk16 mUnk_14;
/* 16 */ unk16 mUnk_16;
/* 18 */ unk16 mUnk_18[2];
/* 1c */
};