summaryrefslogtreecommitdiff
path: root/include/Map/CameraViewpoint.hpp
blob: 924ef379541240a808d7fb49a6549fa84c103abe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#pragma once

#include "global.h"
#include "types.h"

#include "nds/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 */
};