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