4 lines
79 B
C++
4 lines
79 B
C++
#include "rng_abstract.h"
|
|
#include "rng_qt.h"
|
|
|
|
RNG_Abstract *rng = new RNG_Qt;
|