Merge pull request #13 from camdenorrb/fix-gecko-when-achievements-is-disabled

Fix achievement manager when retro achievement is disabled
This commit is contained in:
Camden 2024-12-14 22:54:23 -06:00 committed by GitHub
commit 375e500f56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -275,6 +275,16 @@ private:
#include <string>
namespace Gecko
{
class GeckoCode;
} // namespace Gecko
namespace ActionReplay
{
struct ARCode;
} // namespace ActionReplay
namespace DiscIO
{
class Volume;