Skip to content

Commit

Permalink
Cleaned up the constant codegen code a bit, this changed the ordering…
Browse files Browse the repository at this point in the history
… of some of the constants
  • Loading branch information
rlabrecque committed Sep 8, 2019
1 parent d532000 commit 7af385e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/Steamworks.NET/autogen/SteamConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public static class Constants {
public const string STEAMCONTROLLER_INTERFACE_VERSION = "SteamController007";
public const string STEAMFRIENDS_INTERFACE_VERSION = "SteamFriends017";
public const string STEAMGAMECOORDINATOR_INTERFACE_VERSION = "SteamGameCoordinator001";
public const string STEAMGAMESEARCH_INTERFACE_VERSION = "SteamMatchGameSearch001";
public const string STEAMGAMESERVER_INTERFACE_VERSION = "SteamGameServer012";
public const string STEAMGAMESERVERSTATS_INTERFACE_VERSION = "SteamGameServerStats001";
public const string STEAMHTMLSURFACE_INTERFACE_VERSION = "STEAMHTMLSURFACE_INTERFACE_VERSION_005";
Expand All @@ -32,11 +31,12 @@ public static class Constants {
public const string STEAMINVENTORY_INTERFACE_VERSION = "STEAMINVENTORY_INTERFACE_V003";
public const string STEAMMATCHMAKING_INTERFACE_VERSION = "SteamMatchMaking009";
public const string STEAMMATCHMAKINGSERVERS_INTERFACE_VERSION = "SteamMatchMakingServers002";
public const string STEAMGAMESEARCH_INTERFACE_VERSION = "SteamMatchGameSearch001";
public const string STEAMPARTIES_INTERFACE_VERSION = "SteamParties002";
public const string STEAMMUSIC_INTERFACE_VERSION = "STEAMMUSIC_INTERFACE_VERSION001";
public const string STEAMMUSICREMOTE_INTERFACE_VERSION = "STEAMMUSICREMOTE_INTERFACE_VERSION001";
public const string STEAMNETWORKING_INTERFACE_VERSION = "SteamNetworking005";
public const string STEAMPARENTALSETTINGS_INTERFACE_VERSION = "STEAMPARENTALSETTINGS_INTERFACE_VERSION001";
public const string STEAMPARTIES_INTERFACE_VERSION = "SteamParties002";
public const string STEAMREMOTEPLAY_INTERFACE_VERSION = "STEAMREMOTEPLAY_INTERFACE_VERSION001";
public const string STEAMREMOTESTORAGE_INTERFACE_VERSION = "STEAMREMOTESTORAGE_INTERFACE_VERSION014";
public const string STEAMSCREENSHOTS_INTERFACE_VERSION = "STEAMSCREENSHOTS_INTERFACE_VERSION003";
Expand Down

0 comments on commit 7af385e

Please sign in to comment.