Files
tww/include/d/actor/d_a_bdk.h
T
2023-12-30 18:59:57 -05:00

28 lines
333 B
C++

#ifndef D_A_BDK_H
#define D_A_BDK_H
#include "f_op/f_op_actor.h"
struct bdk_tail_s {
};
struct bdk_eff_s {
};
class bdk_class : public fopAc_ac_c {
public:
/* Place member variables here */
};
class daBdk_HIO_c {
public:
daBdk_HIO_c();
public:
/* Place member variables here */
};
#endif /* D_A_BDK_H */