diff options
| author | 2015-05-05 00:22:47 +0200 | |
|---|---|---|
| committer | 2015-05-05 00:22:47 +0200 | |
| commit | 64e6901bedeebf0dd98c44aa3e3b98c4546fe8b4 (patch) | |
| tree | f513ca461200b2b83a6ac5eceaebe08ab2d72609 /diceparser.h | |
| parent | 69912970f8f182dad43d564e14fe080f30500ff3 (diff) | |
| parent | 6dbf254b7d5b19b77eb4716b24a1768f48b11248 (diff) | |
| download | OneRoll-64e6901bedeebf0dd98c44aa3e3b98c4546fe8b4.tar.gz OneRoll-64e6901bedeebf0dd98c44aa3e3b98c4546fe8b4.zip | |
Merge branch 'master' of github.com:obiwankennedy/DiceParser into HEAD
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 11 |
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 |