diff --git a/src/aoclient.h b/src/aoclient.h index 1f5dec0f..83154a21 100644 --- a/src/aoclient.h +++ b/src/aoclient.h @@ -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. *