mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-26 07:38:48 -04:00
24 lines
295 B
C++
24 lines
295 B
C++
#ifndef D_A_DK_H
|
|
#define D_A_DK_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
struct tail_s {
|
|
|
|
};
|
|
|
|
class dk_class : public fopAc_ac_c {
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
class daDk_HIO_c {
|
|
public:
|
|
daDk_HIO_c();
|
|
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
#endif /* D_A_DK_H */
|