mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-27 08:06:06 -04:00
20 lines
276 B
C++
20 lines
276 B
C++
#ifndef D_A_DR2_H
|
|
#define D_A_DR2_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
class dr2_class : public fopAc_ac_c {
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
class daDr2_HIO_c {
|
|
public:
|
|
daDr2_HIO_c();
|
|
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
#endif /* D_A_DR2_H */
|