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

21 lines
384 B
C++

#ifndef D_A_OBJ_MSDAN2_H
#define D_A_OBJ_MSDAN2_H
#include "f_op/f_op_actor.h"
namespace daObjMsdan2 {
class Act_c : public fopAc_ac_c {
public:
void prm_get_swSave() const {}
void Mthd_Create();
void Mthd_Execute();
void Mthd_Delete();
public:
/* Place member variables here */
};
};
#endif /* D_A_OBJ_MSDAN2_H */