mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
unimportant changes
This commit is contained in:
parent
4054afc759
commit
7f659573bc
21 changed files with 89 additions and 51 deletions
13
servatrice/src/rng_qt.h
Normal file
13
servatrice/src/rng_qt.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef RNG_QT_H
|
||||
#define RNG_QT_H
|
||||
|
||||
#include "abstractrng.h"
|
||||
|
||||
class RNG_Qt : public AbstractRNG {
|
||||
Q_OBJECT
|
||||
public:
|
||||
RNG_Qt(QObject *parent = 0);
|
||||
unsigned int getNumber(unsigned int min, unsigned int max);
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue