mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 17:32:15 -07:00
Fix mocks.
This commit is contained in:
parent
9a0140917a
commit
b7e17be133
4 changed files with 10 additions and 4 deletions
|
|
@ -160,6 +160,9 @@ void SettingsCache::setDisplayCardNames(QT_STATE_CHANGED_T /* _displayCardNames
|
||||||
void SettingsCache::setOverrideAllCardArtWithPersonalPreference(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 */)
|
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T /* _horizontalHand */)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,9 @@
|
||||||
|
|
||||||
#define PICTURELOADER_H
|
#define PICTURELOADER_H
|
||||||
|
|
||||||
#include "../cockatrice/src/game/cards/card_database.h"
|
#include "../../cockatrice/src/game/cards/card_database.h"
|
||||||
#include "../cockatrice/src/settings/cache_settings.h"
|
#include "../../cockatrice/src/settings/cache_settings.h"
|
||||||
#include "../cockatrice/src/utility/macros.h"
|
#include "../../cockatrice/src/utility/macros.h"
|
||||||
|
|
||||||
extern SettingsCache *settingsCache;
|
extern SettingsCache *settingsCache;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -164,6 +164,9 @@ void SettingsCache::setDisplayCardNames(QT_STATE_CHANGED_T /* _displayCardNames
|
||||||
void SettingsCache::setOverrideAllCardArtWithPersonalPreference(QT_STATE_CHANGED_T /* _overrideAllCardArt */)
|
void SettingsCache::setOverrideAllCardArtWithPersonalPreference(QT_STATE_CHANGED_T /* _overrideAllCardArt */)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
void SettingsCache::setBumpSetsWithCardsInDeckToTop(QT_STATE_CHANGED_T /* _bumpSetsWithCardsInDeckToTop */)
|
||||||
|
{
|
||||||
|
}
|
||||||
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T /* _horizontalHand */)
|
void SettingsCache::setHorizontalHand(QT_STATE_CHANGED_T /* _horizontalHand */)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include "../../cockatrice/src/game/cards/card_database.h"
|
#include "../../cockatrice/src/game/cards/card_database.h"
|
||||||
#include "../../cockatrice/src/settings/cache_settings.h"
|
#include "../../cockatrice/src/settings/cache_settings.h"
|
||||||
#include "../cockatrice/src/utility/macros.h"
|
#include "../../cockatrice/src/utility/macros.h"
|
||||||
|
|
||||||
extern SettingsCache *settingsCache;
|
extern SettingsCache *settingsCache;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue