mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-06 02:58:18 -04:00
d24b09c2d9
* setup TU * JASResArcLoader OK * d_a_obj_stoneMark work * some funcs in d_a_obj_stoneMark * many changes * quat, d_a_obj_stone, d_a_alink, fix python script, tidy makefile * d_file_select functions + pr cleanup * match many dfile_select_c methods * m_Do_main OK * selFileWakuAnm & bookIconAnm * selCopyFileWakuAnm & copyBookIconAnm * dataDelEffAnm & dataCopyEffAnm * selectDataBaseMoveAnmInitSet & selectDataBaseMoveAnm * dataSelectIn * _move & dataSelectInit * match a few more * comment * J2DPicture::drawTexCoord * draw_function * dScnPly_Create + fix typing on request_of_phase_process_fn * checkpoint * checkpoint * checkpoint * checkpoint 2 (fixed) * dFile_select_c::dataSelectAnmSet * dFile_select_c::selectDataOpenMove * dFile_select_c::copySelMoveAnmInitSet * fix brightcheck issues * rm comments, fix status update * small mod to pr template
25 lines
602 B
C
25 lines
602 B
C
#ifndef D_D_BRIGHT_CHECK_H
|
|
#define D_D_BRIGHT_CHECK_H
|
|
|
|
#include "dolphin/types.h"
|
|
#include "d/com/d_com_inf_game.h"
|
|
|
|
// class dBrightCheck_c {
|
|
// public:
|
|
// /* 80192F10 */ dBrightCheck_c(JKRArchive*);
|
|
// /* 80192F98 */ ~dBrightCheck_c();
|
|
// /* 80193030 */ void screenSet();
|
|
// /* 801934D0 */ void _move();
|
|
// /* 80193508 */ void modeWait();
|
|
// /* 8019350C */ void modeMove();
|
|
// /* 80193594 */ void _draw();
|
|
|
|
// bool isEnd() { return mEnd; }
|
|
|
|
// void* vtable;
|
|
// /* 0x04 */ u8 field_0x4[0x15];
|
|
// /* 0x19 */ bool mEnd;
|
|
// };
|
|
|
|
#endif /* D_D_BRIGHT_CHECK_H */
|