SteamRE / open-steamworks

Open Steamworks is a set of reverse engineered headers for the Valve's Steam Client. More or less abandoned now that the Steamworks SDK is publically available.
252 stars 86 forks source link

Fixes to ISteamMusic001.h and UGCCommon.h #9

Closed omega32 closed 9 years ago

omega32 commented 9 years ago
omega32 commented 9 years ago

Note that most of the changes to "UGCCommon.h" are just trailing spaces removed by the IDE when I saved the file.

voided commented 9 years ago

Thanks for this!

However, the ISteam and IClient interfaces should ideally be separated (there's a preprocessor directive that excludes IClient header files from being included), so I think instead AudioPlayback_Status should be moved into MusicCommon.h.

omega32 commented 9 years ago

OK. Should I amend the commit or just make another one?

voided commented 9 years ago

Amended commits are fine.

omega32 commented 9 years ago

OK. AudioPlayback_Status is now in MusicCommon.h.

voided commented 9 years ago

Thanks again!

omega32 commented 9 years ago

No problem. Glad I could help.