Start CWorld

This commit is contained in:
2024-10-16 23:02:14 -06:00
parent 0036cf3c07
commit dcb0f4465b
16 changed files with 827 additions and 39 deletions

View File

@@ -28,6 +28,7 @@ public:
short x8_songId;
bool xa_available;
};
class CMidiData {
public:
CMidiData(CInputStream& in);
@@ -36,6 +37,7 @@ public:
const short GetGroupId() const { return x2_groupId; }
const int GetSetupId() const { return x4_setupId; }
uchar* GetData() const { return x8_data.get(); }
private:
short x0_songId;
short x2_groupId;