SteamCore 1.4.5

Warning, this update will most likely break your project if you are using any of the SteamCore source files in your project.
Be aware that this update will include additional steps when updating.

General

  • Almost all source files (both .cpp and .h files) have been renamed to include the Steam prefix, for example Inventory.h is now SteamInventory.h, this is to eliminate conflict issues that arise when plugins or engine source use the same naming convention.
  • Directories have also been renamed to include the Steam prefix, Inventory => SteamInventory