mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 21:26:08 +00:00
Rename known fields
Former-commit-id: 78bbe70ce243df22d010bd592b317ef5e7e3d427
This commit is contained in:
@@ -23,10 +23,10 @@ public:
|
||||
void SetSongId(const short id);
|
||||
|
||||
private:
|
||||
u32 x0_;
|
||||
CSfxHandle x4_;
|
||||
short x8_;
|
||||
bool xa_;
|
||||
u32 x0_sysHandle;
|
||||
CSfxHandle x4_midiHandle;
|
||||
short x8_songId;
|
||||
bool xa_available;
|
||||
};
|
||||
class CMidiData {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user