mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
5 lines
79 B
C++
5 lines
79 B
C++
#include "rng_abstract.h"
|
|
#include "rng_qt.h"
|
|
|
|
RNG_Abstract *rng = new RNG_Qt;
|