Files
tww/include/d/actor/d_a_mant.h
T
2024-01-18 00:57:34 -05:00

32 lines
558 B
C++

#ifndef D_A_MANT_H
#define D_A_MANT_H
#include "f_op/f_op_actor.h"
struct mant_j_s {
};
class daMant_packet_c {
public:
void getMtx() {}
void getMtx2() {}
void getNrm() {}
void getPos() {}
void getTexNo() {}
void setTevStr(dKy_tevstr_c*) {}
void setTexNo(unsigned char) {}
void setarg0(unsigned char) {}
void draw();
};
class mant_class : public fopAc_ac_c {
public:
/* 0x0290 */ u8 m0290[0x1BEC - 0x0290];
/* 0x1BEC */ cXyz m1BEC;
/* 0x1BF8 */ u8 m1BF8[0x283C - 0x1BF8];
};
#endif /* D_A_MANT_H */