mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-28 08:24:59 -04:00
28 lines
333 B
C++
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 */
|