mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 09:22:15 -07:00
Initial commit for sideboarding. It's supposed to be fully functional.
This commit is contained in:
parent
2ee4bb834d
commit
b2f83541e7
18 changed files with 474 additions and 87 deletions
|
|
@ -37,6 +37,7 @@ HEADERS += src/counter.h \
|
|||
src/setsmodel.h \
|
||||
src/window_sets.h \
|
||||
src/abstractgraphicsitem.h \
|
||||
src/abstractcarddragitem.h \
|
||||
src/dlg_settings.h \
|
||||
src/dlg_cardsearch.h \
|
||||
src/phasestoolbar.h \
|
||||
|
|
@ -89,6 +90,7 @@ SOURCES += src/counter.cpp \
|
|||
src/setsmodel.cpp \
|
||||
src/window_sets.cpp \
|
||||
src/abstractgraphicsitem.cpp \
|
||||
src/abstractcarddragitem.cpp \
|
||||
src/dlg_settings.cpp \
|
||||
src/dlg_cardsearch.cpp \
|
||||
src/phasestoolbar.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue