Files
dusklight/include/d/actor/d_a_swc00.h
T
TakaRikka 178194ccb2 switch to dtk setup (#2203)
* switch to dtk setup

* some cleanup / fixes

* cleanup d_a_alink literals

* Restore doxygen, update CI & README.md (#1)

* Fix build image ref (#2)

---------

Co-authored-by: Luke Street <luke@street.dev>
2024-10-10 08:29:58 -06:00

36 lines
709 B
C++

#ifndef D_A_SWC00_H
#define D_A_SWC00_H
#include "f_op/f_op_actor_mng.h"
/**
* @ingroup actors-unsorted
* @class daSwc00_c
* @brief Switch Area C
*
* @details
*
*/
class daSwc00_c : public fopAc_ac_c {
public:
public:
/* 805A15FC */ int execute();
/* 805A18E8 */ void event_proc_call();
/* 805A19A4 */ void actionWait();
/* 805A1A28 */ void actionOrderEvent();
/* 805A1A94 */ void actionEvent();
/* 805A1AF0 */ void actionDead();
private:
/* 0x568 */ cXyz field_0x568;
/* 0x574 */ cXyz field_0x574;
/* 0x580 */ u16 mEventID;
/* 0x582 */ u8 mAction;
/* 0x584 */ u8 field_0x584[4];
};
STATIC_ASSERT(sizeof(daSwc00_c) == 0x588);
#endif /* D_A_SWC00_H */