Changing the clocklabel to work with the timerThread signal
* src/minefield.hpp:
This commit is contained in:
@@ -32,7 +32,7 @@ class MainWindow : public Gtk::Window
|
||||
void updateCell(int x, int y);
|
||||
void openBombs();
|
||||
void updateFlagsLabel(int flags);
|
||||
bool updateClockLabel();
|
||||
void updateClockLabel(size_t time);
|
||||
void gameWon();
|
||||
void gameOver();
|
||||
sigc::connection clockSignalConn;
|
||||
|
||||
Reference in New Issue
Block a user