aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.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 /diceparser.h
parent479b96210a01c152d5498e97cd66c47258918c49 (diff)
downloadOneRoll-6dbf254b7d5b19b77eb4716b24a1768f48b11248.tar.gz
OneRoll-6dbf254b7d5b19b77eb4716b24a1768f48b11248.zip
-Add install target to make file.
-Add comments and class descriptions.
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/diceparser.h b/diceparser.h
index 717630e..17f8e1c 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -58,7 +58,6 @@ class ExploseDiceNode;
*
*/
-class Dice;
/**
* @brief The DiceParser class facade class, it receives a command and return a DiceResult class (not yet implemented).
*/
@@ -293,14 +292,4 @@ private:
ParsingToolBox* m_parsingToolbox;
};
-/**
- * @brief The Dice class is a basic class to store dice. (May not be required any more).
- */
-class Dice
-{
-public:
- DiceParser::DiceOperator m_diceOp;
- int m_faces;
-};
-
#endif // DICEPARSER_H