Update AchievementManager.h

This commit is contained in:
Nayla 2024-05-11 23:50:03 -04:00 committed by GitHub
commit 44e5dcd7f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,10 +12,6 @@
#include <string>
#include <thread>
#include <unordered_map>
#include <vector>
#include <memory>
#include <set>
#include <chrono>
#include <rcheevos/include/rc_api_runtime.h>
#include <rcheevos/include/rc_api_user.h>
@ -130,7 +126,7 @@ public:
void Shutdown();
private:
AchievementManager();
AchievementManager() = default;
struct FilereaderState
{