mirror of
https://github.com/projectPiki/pikmin2.git
synced 2024-12-01 01:00:33 +00:00
18 lines
228 B
C
18 lines
228 B
C
#ifndef _LIFEGAUGELIST_H
|
|
#define _LIFEGAUGELIST_H
|
|
|
|
/*
|
|
__vt__13LifeGaugeList:
|
|
.4byte 0
|
|
.4byte 0
|
|
.4byte __dt__13LifeGaugeListFv
|
|
*/
|
|
|
|
struct LifeGaugeList {
|
|
virtual ~LifeGaugeList(); // _00
|
|
|
|
// _00 VTBL
|
|
};
|
|
|
|
#endif
|