mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-09 04:29:46 -04:00
28 lines
326 B
C++
28 lines
326 B
C++
#ifndef D_A_BGN_H
|
|
#define D_A_BGN_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
struct part_s {
|
|
|
|
};
|
|
|
|
struct move_s {
|
|
|
|
};
|
|
|
|
class bgn_class : public fopAc_ac_c {
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
class daBgn_HIO_c {
|
|
public:
|
|
daBgn_HIO_c();
|
|
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
#endif /* D_A_BGN_H */
|