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

[ENH] CSteamAPIContext uses "deprecated" functions #2

Closed criptych closed 1 year ago

criptych commented 11 years ago

When included correctly (see #1), CSteamAPIContext generates many extraneous warnings about unsafe functions. As its sole purpose is to provide a safe way to use those functions, the warnings should be suppressed if possible.