mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
This commit is contained in:
@@ -15,9 +15,9 @@ public:
|
||||
|
||||
class dSelect_icon_c {
|
||||
public:
|
||||
/* 80195A3C */ void animation();
|
||||
/* 80195B40 */ void setAlpha(u8);
|
||||
/* 80195B70 */ void setPos(J2DPane*, f32, f32);
|
||||
void animation();
|
||||
void setAlpha(u8);
|
||||
void setPos(J2DPane*, f32, f32);
|
||||
virtual ~dSelect_icon_c(); // must be declared but not defined to match?
|
||||
|
||||
void drawSelf() {
|
||||
|
||||
Reference in New Issue
Block a user