aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-05-03 02:53:34 +0200
committerRenaud G <renaud@rolisteam.org>2015-05-03 02:53:34 +0200
commit6dbf254b7d5b19b77eb4716b24a1768f48b11248 (patch)
tree8d5e0c303dee1b23c891580fcb4b224a48cc3ed9 /die.h
parent479b96210a01c152d5498e97cd66c47258918c49 (diff)
downloadOneRoll-6dbf254b7d5b19b77eb4716b24a1768f48b11248.tar.gz
OneRoll-6dbf254b7d5b19b77eb4716b24a1768f48b11248.zip
-Add install target to make file.
-Add comments and class descriptions.
Diffstat (limited to 'die.h')
-rw-r--r--die.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/die.h b/die.h
index c9ed28a..6b640b7 100644
--- a/die.h
+++ b/die.h
@@ -25,7 +25,7 @@
#include <QList>
/**
- * @brief The Die class
+ * @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.
*/
class Die
{