1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-06-07 17:55:55 +02:00

Update steam_user_stats.h

This commit is contained in:
vang04249 2025-05-09 09:27:12 +03:00 committed by GitHub
parent 9105799219
commit e35004ad74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,11 +50,9 @@ struct achievement_trigger {
std::string min_value{}; // min progress
std::string max_value{}; // max progress
bool should_unlock_ach(float stat) const;
bool should_unlock_ach(int32 stat) const;
bool check_triggered(float stat) const;
bool check_triggered(int32 stat) const;
bool should_indicate_progress(float stat) const;
bool should_indicate_progress(int32 stat) const;
};
class Steam_User_Stats :