mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-25 15:25:07 -04:00
12 lines
174 B
C++
12 lines
174 B
C++
#ifndef D_A_BB_H
|
|
#define D_A_BB_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
class bb_class : public fopAc_ac_c {
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
#endif /* D_A_BB_H */
|