mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
boom
This commit is contained in:
parent
d329376e93
commit
1c2aa15b22
38 changed files with 638 additions and 1651 deletions
4
common/rng_abstract.cpp
Normal file
4
common/rng_abstract.cpp
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#include "rng_abstract.h"
|
||||
#include "rng_qt.h"
|
||||
|
||||
RNG_Abstract *rng = new RNG_Qt;
|
||||
Loading…
Add table
Add a link
Reference in a new issue