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

21 lines
345 B
C++

#ifndef D_A_FALLROCK_H
#define D_A_FALLROCK_H
#include "f_op/f_op_actor.h"
class daFallRock_c : public fopAc_ac_c {
public:
void create() {}
void draw() {}
void execute() {}
void CreateHeap();
void set_mtx();
void setParticle(int, cXyz*);
public:
/* Place member variables here */
};
#endif /* D_A_FALLROCK_H */