mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 13:25:10 +00:00
add clock
This commit is contained in:
@@ -32,6 +32,9 @@ namespace BBM
|
||||
//! @brief update button index
|
||||
//! @param length length of the button set
|
||||
void updateButtonIndex(int length);
|
||||
|
||||
//! @brief time (in mili second) since last check
|
||||
std::chrono::milliseconds _now;
|
||||
public:
|
||||
//! @inherit
|
||||
void onSelfUpdate(void) override;
|
||||
|
||||
Reference in New Issue
Block a user