mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
Fix mocks.
This commit is contained in:
parent
e23f0c0905
commit
245d6b3e4e
2 changed files with 6 additions and 0 deletions
|
|
@ -300,6 +300,9 @@ void SettingsCache::setSpectatorsCanSeeEverything(const bool /* _spectatorsCanSe
|
||||||
void SettingsCache::setCreateGameAsSpectator(const bool /* _createGameAsSpectator */)
|
void SettingsCache::setCreateGameAsSpectator(const bool /* _createGameAsSpectator */)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
void SettingsCache::setDefaultStartingLifeTotal(const int /* _startingLifeTotal */)
|
||||||
|
{
|
||||||
|
}
|
||||||
void SettingsCache::setRememberGameSettings(const bool /* _rememberGameSettings */)
|
void SettingsCache::setRememberGameSettings(const bool /* _rememberGameSettings */)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -304,6 +304,9 @@ void SettingsCache::setSpectatorsCanSeeEverything(const bool /* _spectatorsCanSe
|
||||||
void SettingsCache::setCreateGameAsSpectator(const bool /* _createGameAsSpectator */)
|
void SettingsCache::setCreateGameAsSpectator(const bool /* _createGameAsSpectator */)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
void SettingsCache::setDefaultStartingLifeTotal(const int /* _startingLifeTotal */)
|
||||||
|
{
|
||||||
|
}
|
||||||
void SettingsCache::setRememberGameSettings(const bool /* _rememberGameSettings */)
|
void SettingsCache::setRememberGameSettings(const bool /* _rememberGameSettings */)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue