mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
Updated SFMT RNG code, removed Qt RNG
This commit is contained in:
parent
ed5f02bf7a
commit
a15eb6f29f
11 changed files with 653 additions and 557 deletions
|
|
@ -5,7 +5,6 @@ SET(common_SOURCES
|
|||
decklist.cpp
|
||||
get_pb_extension.cpp
|
||||
rng_abstract.cpp
|
||||
rng_qt.cpp
|
||||
rng_sfmt.cpp
|
||||
server.cpp
|
||||
server_abstractuserinterface.cpp
|
||||
|
|
@ -25,7 +24,6 @@ SET(common_SOURCES
|
|||
SET(common_HEADERS
|
||||
decklist.h
|
||||
rng_abstract.h
|
||||
rng_qt.h
|
||||
rng_sfmt.h
|
||||
server.h
|
||||
server_arrowtarget.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue