mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 08:33:54 -07:00
Included SFMT RNG
This commit is contained in:
parent
d7b3764bba
commit
7e9879c0ea
7 changed files with 85 additions and 7 deletions
|
|
@ -20,7 +20,7 @@ HEADERS += src/servatrice.h \
|
|||
../common/protocol_items.h \
|
||||
../common/protocol_datastructures.h \
|
||||
../common/rng_abstract.h \
|
||||
../common/rng_qt.h \
|
||||
../common/rng_sfmt.h \
|
||||
../common/server.h \
|
||||
../common/server_arrow.h \
|
||||
../common/server_card.h \
|
||||
|
|
@ -41,7 +41,8 @@ SOURCES += src/main.cpp \
|
|||
../common/protocol_items.cpp \
|
||||
../common/protocol_datastructures.cpp \
|
||||
../common/rng_abstract.cpp \
|
||||
../common/rng_qt.cpp \
|
||||
../common/rng_sfmt.cpp \
|
||||
../common/sfmt/SFMT.c \
|
||||
../common/server.cpp \
|
||||
../common/server_card.cpp \
|
||||
../common/server_cardzone.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue