mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Remove unused Steam GetStat
/SetStat
Forgot these when I was cleaning up the unused achievement percentages functions...
This commit is contained in:
parent
bf2f33f1ca
commit
b74dcdc7ee
1 changed files with 0 additions and 10 deletions
|
@ -44,16 +44,6 @@ struct ISteamUserStats;
|
|||
)) \
|
||||
FOREACH_FUNC(uint8_t, SteamAPI_ISteamUserStats_RequestCurrentStats, (struct ISteamUserStats*)) \
|
||||
FOREACH_FUNC(uint8_t, SteamAPI_ISteamUserStats_StoreStats, (struct ISteamUserStats*)) \
|
||||
FOREACH_FUNC(uint8_t, SteamAPI_ISteamUserStats_GetStat, ( \
|
||||
struct ISteamUserStats*, \
|
||||
const char*, \
|
||||
int32_t* \
|
||||
)) \
|
||||
FOREACH_FUNC(uint8_t, SteamAPI_ISteamUserStats_SetStat, ( \
|
||||
struct ISteamUserStats*, \
|
||||
const char*, \
|
||||
int32_t \
|
||||
)) \
|
||||
FOREACH_FUNC(uint8_t, SteamAPI_ISteamUserStats_SetAchievement, ( \
|
||||
struct ISteamUserStats*, \
|
||||
const char* \
|
||||
|
|
Loading…
Reference in a new issue