mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-06-07 09:45:55 +02:00
Update steam_user_stats.h
This commit is contained in:
parent
9105799219
commit
e35004ad74
1 changed files with 2 additions and 4 deletions
|
@ -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 :
|
||||
|
|
Loading…
Add table
Reference in a new issue