diff options
| author | 2014-12-06 10:15:13 +0100 | |
|---|---|---|
| committer | 2014-12-06 10:15:13 +0100 | |
| commit | 9ac00a7658e81a045a68668df7ead5bb7c27254c (patch) | |
| tree | 92b10c829610bd14b1ec1aad2ab54f23af975624 /diceresult.h | |
| parent | 3d7029f1b4254403374cb1d8f5cbf2814f2c9ec4 (diff) | |
| download | OneRoll-9ac00a7658e81a045a68668df7ead5bb7c27254c.tar.gz OneRoll-9ac00a7658e81a045a68668df7ead5bb7c27254c.zip | |
-Add comments
Diffstat (limited to 'diceresult.h')
| -rw-r--r-- | diceresult.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/diceresult.h b/diceresult.h index 9bd2cde..ff3edc3 100644 --- a/diceresult.h +++ b/diceresult.h @@ -25,7 +25,9 @@ #include "die.h" #include "result.h" - +/** + * @brief The DiceResult class + */ class DiceResult : public Result { public: |