Files
tp/include/d/actor/d_a_vrbox.h
T

25 lines
449 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_VRBOX_H
#define D_A_VRBOX_H
2024-10-10 07:29:58 -07:00
#include "d/d_com_inf_game.h"
2024-06-10 01:34:52 -06:00
/**
* @ingroup actors-unsorted
* @class vrbox_class
* @brief VR Box
*
* @details
*
*/
class vrbox_class : public fopAc_ac_c {
public:
/* 0x568 */ u8 unk_0x568[0x56C - 0x568];
/* 0x56C */ J3DModel* mpSoraModel;
/* 0x570 */ u8 unk_0x570[0x574 - 0x570];
/* 0x574 */ u8 field_0x574;
};
2021-03-28 22:49:05 +02:00
2024-06-10 01:34:52 -06:00
STATIC_ASSERT(sizeof(vrbox_class) == 0x578);
2021-03-28 22:49:05 +02:00
#endif /* D_A_VRBOX_H */