mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 04:53:54 -07:00
Cleaned up decklist code
This commit is contained in:
parent
ab11a40863
commit
16541141bd
11 changed files with 144 additions and 487 deletions
|
|
@ -22,7 +22,6 @@ HEADERS += src/main.h \
|
|||
src/serversocketthread.h \
|
||||
src/passwordhasher.h \
|
||||
../common/color.h \
|
||||
../common/serializable_item.h \
|
||||
../common/decklist.h \
|
||||
../common/rng_abstract.h \
|
||||
../common/rng_sfmt.h \
|
||||
|
|
@ -45,7 +44,6 @@ SOURCES += src/main.cpp \
|
|||
src/server_logger.cpp \
|
||||
src/serversocketthread.cpp \
|
||||
src/passwordhasher.cpp \
|
||||
../common/serializable_item.cpp \
|
||||
../common/decklist.cpp \
|
||||
../common/rng_abstract.cpp \
|
||||
../common/rng_sfmt.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue