mirror of
https://github.com/zeldaret/tp
synced 2026-09-02 18:02:55 -04:00
improve const correctness (#325)
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public:
|
||||
/* 8025EB20 */ void hideDenominator();
|
||||
/* 8025EC5C */ void deleteScreen();
|
||||
/* 8025EE24 */ void changeNumberTexture(J2DPane*, int);
|
||||
/* 8025EECC */ char* getNumber(int);
|
||||
/* 8025EECC */ const char* getNumber(int);
|
||||
/* 8025EEF0 */ void setTimer(int);
|
||||
/* 8025F180 */ void setCounter(u8, u8);
|
||||
/* 8025FA00 */ void setParentPos(f32, f32);
|
||||
|
||||
Reference in New Issue
Block a user