Files
tww/include/d/actor/d_a_bmdhand.h
T
2023-12-30 17:15:03 -05:00

20 lines
300 B
C++

#ifndef D_A_BMDHAND_H
#define D_A_BMDHAND_H
#include "f_op/f_op_actor.h"
class bmdhand_class : public fopAc_ac_c {
public:
/* Place member variables here */
};
class daBmdhand_HIO_c {
public:
daBmdhand_HIO_c();
public:
/* Place member variables here */
};
#endif /* D_A_BMDHAND_H */