Files
tww/include/d/actor/d_a_obj_eayogn.h
T
2023-11-24 16:26:18 -05:00

17 lines
267 B
C++

#ifndef D_A_OBJ_EAYOGN_H
#define D_A_OBJ_EAYOGN_H
#include "f_op/f_op_actor.h"
class daObjEayogn_c : public fopAc_ac_c {
public:
void check_ev_bit() const {}
void init_mtx();
public:
/* Place member variables here */
};
#endif /* D_A_OBJ_EAYOGN_H */