mirror of
https://github.com/projectPiki/pikmin2.git
synced 2025-02-26 16:45:57 +00:00
20 lines
324 B
C++
20 lines
324 B
C++
#ifndef _EFX_TCPHEBI_H
|
|
#define _EFX_TCPHEBI_H
|
|
|
|
#include "efx/TChaseMtx.h"
|
|
#include "efx/TSimple.h"
|
|
|
|
namespace efx {
|
|
struct TCphebiDead : public TChaseMtx4 {
|
|
// _00 = VTBL
|
|
// _00-_54 = TChaseMtx4
|
|
};
|
|
|
|
struct TCphebiDeadHane : public TSimple1 {
|
|
// _00 = VTBL
|
|
// _00-_0C = TSimple1
|
|
};
|
|
} // namespace efx
|
|
|
|
#endif
|