mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 23:01:23 -04:00
c9e2a73dda
* typedef for cPhs_Step * make sdk includes consistent * d_menu_quit / d_msg_scrn_explain debug * d_a_obj_testcube mostly done * d_debug_pad mostly done * jstudio tool library headers * some JStudioCameraEditor headers * d_jcam_editor mostly done * try fixing some shield regressions * d_bg_parts mostly done * fix merge errors * debug fix
17 lines
512 B
C++
17 lines
512 B
C++
#ifndef JSTUDIOCAMERAEDITOR_CONTROLSET_CSB_VALUESET_H
|
|
#define JSTUDIOCAMERAEDITOR_CONTROLSET_CSB_VALUESET_H
|
|
|
|
#include "JSystem/JStudio/JStudioToolLibrary/controlset.h"
|
|
#include "JSystem/JStudio/JStudioCameraEditor/csb.h"
|
|
|
|
namespace JStudioCameraEditor {
|
|
struct TControlSet_csb_valueSet : public JStudioToolLibrary::TControlSet {
|
|
/* 0x14 */ bool bChanged_;
|
|
/* 0x15 */ u8 field_0x15;
|
|
/* 0x18 */ csb::TValueSet* pValueSet_;
|
|
/* 0x1C */ csb::TValueSet field_0x1c;
|
|
};
|
|
}
|
|
|
|
#endif
|