Files
tww/include/d/actor/d_a_obj_msdan.h
T
2023-11-24 12:44:06 -05:00

19 lines
336 B
C++

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