AchievementManager: Add required forward declarations

This was causing compilation errors when building without
USE_RETRO_ACHIEVEMENTS.
This commit is contained in:
JosJuice 2024-12-15 18:00:14 +01:00
parent ada646a795
commit 84ab15e020
1 changed files with 10 additions and 0 deletions

View File

@ -275,11 +275,21 @@ private:
#include <string>
namespace ActionReplay
{
struct ARCode;
}
namespace DiscIO
{
class Volume;
}
namespace Gecko
{
class GeckoCode;
}
class AchievementManager
{
public: