Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Dec 16, 2024
1 parent bcabdc3 commit cb09159
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/aoclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,15 @@ class AOClient : public QObject
*/
void cmdRoll(int argc, QStringList argv);

/**
* @brief Rolls custom dice and sends the results.
*
* @details The first argument is which dice to roll.
*
* @copydetails AOClient::cmdRollA
*/
void cmdRollA(int argc, QStringList argv);

/**
* @brief Rolls dice, but sends the results in private to the roller.
*
Expand Down

0 comments on commit cb09159

Please sign in to comment.