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

21 lines
360 B
C++

#ifndef D_A_OBJ_QUAKE_H
#define D_A_OBJ_QUAKE_H
#include "f_op/f_op_actor.h"
class daObjQuake_c : public fopAc_ac_c {
public:
s32 _create();
BOOL _delete();
void _is_delete();
BOOL _execute();
void getPrmType();
void getPrmSch();
void getPrmPower();
public:
/* Place member variables here */
};
#endif /* D_A_OBJ_QUAKE_H */