mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
Move abstract/noop interfaces to libcockatrice_interfaces so they can be linked against independently.
Took 52 minutes
This commit is contained in:
parent
45ee5d8abc
commit
837804f336
21 changed files with 45 additions and 25 deletions
|
|
@ -1,7 +1,8 @@
|
|||
#include "card_database_manager.h"
|
||||
|
||||
#include "interface/noop_card_database_path_provider.h"
|
||||
#include "interface/noop_card_set_priority_controller.h"
|
||||
#include <libcockatrice/interfaces/noop_card_database_path_provider.h>
|
||||
#include <libcockatrice/interfaces/noop_card_preference_provider.h>
|
||||
#include <libcockatrice/interfaces/noop_card_set_priority_controller.h>
|
||||
|
||||
QSharedPointer<ICardPreferenceProvider> CardDatabaseManager::cardPreferenceProvider =
|
||||
QSharedPointer<NoopCardPreferenceProvider>::create();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue