aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2020-04-15 22:48:11 +0200
committerRenaud G <renaud@rolisteam.org>2020-04-15 22:48:11 +0200
commita8694975776288e1135935eb99981df3c0cf93d1 (patch)
treef113cb90f9f2917ad7fd74aa944f3d4622041d6b /die.h
parent5de6438aa1dae2437adc4f6bf288f3c7bc8a8585 (diff)
downloadOneRoll-a8694975776288e1135935eb99981df3c0cf93d1.tar.gz
OneRoll-a8694975776288e1135935eb99981df3c0cf93d1.zip
Improve init of the seed
Diffstat (limited to 'die.h')
-rw-r--r--die.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/die.h b/die.h
index 0b9ca44..140098b 100644
--- a/die.h
+++ b/die.h
@@ -147,6 +147,8 @@ public:
QString getUuid() const;
void setUuid(const QString& uuid);
+ static void buildSeed();
+
private:
QString m_uuid;
qint64 m_value= 0;