mirror of
https://github.com/ZmnSCPxj/clboss.git
synced 2026-08-13 12:33:20 +02:00
15 lines
317 B
C++
15 lines
317 B
C++
#ifndef BOSS_MSG_TIMERRANDOMDAILY_HPP
|
|
#define BOSS_MSG_TIMERRANDOMDAILY_HPP
|
|
|
|
namespace Boss { namespace Msg {
|
|
|
|
/** struct Boss::Msg::TimerRandomDaily
|
|
*
|
|
* @brief emitted approximately once a day,
|
|
* but with mild randomness.
|
|
*/
|
|
struct TimerRandomDaily { };
|
|
|
|
}}
|
|
|
|
#endif /* !defined(BOSS_MSG_TIMERRANDOMDAILY_HPP) */
|