mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-03 18:36:06 -04:00
20 lines
282 B
C++
20 lines
282 B
C++
#ifndef D_A_BWDS_H
|
|
#define D_A_BWDS_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
class bwds_class : public fopAc_ac_c {
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
class daBwds_HIO_c {
|
|
public:
|
|
daBwds_HIO_c();
|
|
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
#endif /* D_A_BWDS_H */
|