Skip to content

Commit

Permalink
Merge pull request #621 from WALLOFJUSTICE/dev-20
Browse files Browse the repository at this point in the history
* try again
  • Loading branch information
WALLOFJUSTICE authored Feb 2, 2022
2 parents 45eb12a + c96bc09 commit 65a7fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -807,9 +807,6 @@ extern SteamStat_t g_SteamGlobalStats[NUM_GLOBAL_STEAM_STATISTICS];
#ifdef STEAMWORKS
#include <steam/steam_api.h>
#include "steam.hpp"
extern CSteamLeaderboards* g_SteamLeaderboards;
extern CSteamWorkshop* g_SteamWorkshop;
extern CSteamStatistics* g_SteamStatistics;
struct SteamGlobalStat_t
{
int m_ID;
Expand All @@ -820,6 +817,9 @@ extern SteamStat_t g_SteamGlobalStats[NUM_GLOBAL_STEAM_STATISTICS];
float m_flAvgNumerator;
float m_flAvgDenominator;
};
extern CSteamLeaderboards* g_SteamLeaderboards;
extern CSteamWorkshop* g_SteamWorkshop;
extern CSteamStatistics* g_SteamStatistics;
#else
struct SteamGlobalStat_t
{
Expand Down

0 comments on commit 65a7fb0

Please sign in to comment.