mirror of
https://github.com/zeldaret/ss
synced 2026-09-02 17:53:15 -04:00
@@ -1,14 +1,23 @@
|
||||
#ifndef D_T_HEAT_RESIST_H
|
||||
#define D_T_HEAT_RESIST_H
|
||||
|
||||
#include "d/a/d_a_base.h"
|
||||
#include "common.h"
|
||||
#include "d/t/d_tg.h"
|
||||
#include "m/m_mtx.h"
|
||||
|
||||
class dTgHeatResist_c : public dAcBase_c {
|
||||
class dTgHeatResist_c : public dTg_c {
|
||||
public:
|
||||
dTgHeatResist_c() {}
|
||||
virtual ~dTgHeatResist_c() {}
|
||||
|
||||
virtual int create() override;
|
||||
virtual int doDelete() override;
|
||||
virtual int draw() override;
|
||||
virtual int actorExecute() override;
|
||||
|
||||
private:
|
||||
/* 0x0FC */ mMtx_c matrix;
|
||||
/* 0x12C */ u8 mInverted;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user