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.
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.
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.