mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
AchievementManager: Add required forward declarations
This was causing compilation errors when building without USE_RETRO_ACHIEVEMENTS.
This commit is contained in:
parent
868ec13bd4
commit
6941bba6f4
1 changed files with 7 additions and 7 deletions
|
@ -275,21 +275,21 @@ private:
|
|||
|
||||
#include <string>
|
||||
|
||||
namespace Gecko
|
||||
{
|
||||
class GeckoCode;
|
||||
} // namespace Gecko
|
||||
|
||||
namespace ActionReplay
|
||||
{
|
||||
struct ARCode;
|
||||
} // namespace ActionReplay
|
||||
struct ARCode;
|
||||
}
|
||||
|
||||
namespace DiscIO
|
||||
{
|
||||
class Volume;
|
||||
}
|
||||
|
||||
namespace Gecko
|
||||
{
|
||||
class GeckoCode;
|
||||
}
|
||||
|
||||
class AchievementManager
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue