Files
ss/include/d/tg/d_t_map_inst.h
T
robojumper e2c4bb7be7 Dowsing (#17)
* Dowsing.

* d_t_dowsing

* d_t_holy_water OK
2024-09-12 16:23:11 -04:00

20 lines
346 B
C++

#ifndef D_T_MAP_INST_H
#define D_T_MAP_INST_H
#include <d/tg/d_tg.h>
class dTgMapInst_c : public dTg_c {
public:
dTgMapInst_c() {}
virtual ~dTgMapInst_c() {}
virtual int create() override;
virtual int doDelete() override;
virtual int actorExecute() override;
virtual int draw() override;
u8 field_0xfc;
};
#endif