diff options
| author | 2016-10-10 20:40:53 +0200 | |
|---|---|---|
| committer | 2016-10-10 20:40:53 +0200 | |
| commit | 33429179caa08414646f7f6c9d396b070de9bdff (patch) | |
| tree | 6c0cc05b590b46951e6741fb5dc3ff50f1e95c15 /die.h | |
| parent | e225f2edfd365d1709df2cb5bb2f752ec8d82c1c (diff) | |
| download | OneRoll-33429179caa08414646f7f6c9d396b070de9bdff.tar.gz OneRoll-33429179caa08414646f7f6c9d396b070de9bdff.zip | |
-change random method.
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include <QList> #include <QString> - +#include <random> /** * @brief The Die class implements all methods required from a die. You must set the Faces first, then you can roll it and roll it again, to add or replace the previous result. */ |