Fix mocks.

This commit is contained in:
Lukas Brübach 2024-11-28 01:23:27 +01:00 committed by ZeldaZach
parent 9a0140917a
commit b7e17be133
No known key found for this signature in database
4 changed files with 10 additions and 4 deletions

View file

@ -160,6 +160,9 @@ void SettingsCache::setDisplayCardNames(QT_STATE_CHANGED_T /* _displayCardNames
void SettingsCache::setOverrideAllCardArtWithPersonalPreference(QT_STATE_CHANGED_T /* _displayCardNames */)
{
}
void SettingsCache::setBumpSetsWithCardsInDeckToTop(QT_STATE_CHANGED_T /* _bumpSetsWithCardsInDeckToTop */)
{
}
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T /* _horizontalHand */)
{
}

View file

@ -10,9 +10,9 @@
#define PICTURELOADER_H
#include "../cockatrice/src/game/cards/card_database.h"
#include "../cockatrice/src/settings/cache_settings.h"
#include "../cockatrice/src/utility/macros.h"
#include "../../cockatrice/src/game/cards/card_database.h"
#include "../../cockatrice/src/settings/cache_settings.h"
#include "../../cockatrice/src/utility/macros.h"
extern SettingsCache *settingsCache;

View file

@ -164,6 +164,9 @@ void SettingsCache::setDisplayCardNames(QT_STATE_CHANGED_T /* _displayCardNames
void SettingsCache::setOverrideAllCardArtWithPersonalPreference(QT_STATE_CHANGED_T /* _overrideAllCardArt */)
{
}
void SettingsCache::setBumpSetsWithCardsInDeckToTop(QT_STATE_CHANGED_T /* _bumpSetsWithCardsInDeckToTop */)
{
}
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T /* _horizontalHand */)
{
}

View file

@ -12,7 +12,7 @@
#include "../../cockatrice/src/game/cards/card_database.h"
#include "../../cockatrice/src/settings/cache_settings.h"
#include "../cockatrice/src/utility/macros.h"
#include "../../cockatrice/src/utility/macros.h"
extern SettingsCache *settingsCache;