Files
tww/include/d/actor/d_a_obj_gaship.h
T

24 lines
467 B
C++

#ifndef D_A_OBJ_GASHIP_H
#define D_A_OBJ_GASHIP_H
#include "f_op/f_op_actor.h"
namespace daObjGaship {
class Act_c : public fopAc_ac_c {
public:
void birth_flag();
void solidHeapCB(fopAc_ac_c*);
void create_heap();
s32 _create();
BOOL _delete();
void set_mtx();
BOOL _execute();
BOOL _draw();
public:
/* Place member variables here */
};
};
#endif /* D_A_OBJ_GASHIP_H */