1#if RETRO_REV02 2 3struct SteamStats : UserStats { 4 inline void TryTrackStat(StatInfo *stat) 5 { 6 // steam has no stats 7 } 8}; 9 10#endif 11 12