mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove unused Steam GetStat/SetStat
Forgot these when I was cleaning up the unused achievement percentages functions...
This commit is contained in:
@@ -44,16 +44,6 @@ struct ISteamUserStats;
|
|||||||
)) \
|
)) \
|
||||||
FOREACH_FUNC(uint8_t, SteamAPI_ISteamUserStats_RequestCurrentStats, (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_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, ( \
|
FOREACH_FUNC(uint8_t, SteamAPI_ISteamUserStats_SetAchievement, ( \
|
||||||
struct ISteamUserStats*, \
|
struct ISteamUserStats*, \
|
||||||
const char* \
|
const char* \
|
||||||
|
|||||||
Reference in New Issue
Block a user