mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-06 02:38:11 -04:00
match d_a_race_item_static
This commit is contained in:
@@ -5,13 +5,15 @@
|
||||
|
||||
class daRaceItem_c : public daItemBase_c {
|
||||
public:
|
||||
void setListStart() {}
|
||||
BOOL draw() { return DrawBase(); }
|
||||
|
||||
void set_mtx();
|
||||
BOOL Delete();
|
||||
s32 create();
|
||||
BOOL CreateInit();
|
||||
void checkGet();
|
||||
inline BOOL execute();
|
||||
void setListStart() {}
|
||||
|
||||
// race_item_static functions
|
||||
void raceItemForceGet();
|
||||
|
||||
Reference in New Issue
Block a user