Files
tww/include/d/actor/d_a_pirate_flag.h
T
2023-11-24 12:44:06 -05:00

12 lines
210 B
C++

#ifndef D_A_PIRATE_FLAG_H
#define D_A_PIRATE_FLAG_H
#include "f_op/f_op_actor.h"
class pirate_flag_class : public fopAc_ac_c {
public:
/* Place member variables here */
};
#endif /* D_A_PIRATE_FLAG_H */