summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword/buzzword.h
Unidiff
Diffstat (limited to 'noncore/games/buzzword/buzzword.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/buzzword/buzzword.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/games/buzzword/buzzword.h b/noncore/games/buzzword/buzzword.h
index 2e00563..37dd5b4 100644
--- a/noncore/games/buzzword/buzzword.h
+++ b/noncore/games/buzzword/buzzword.h
@@ -77,13 +77,12 @@ private:
77 77
78 int gridVal; 78 int gridVal;
79 int map[4][4]; 79 int map[4][4];
80 bool gameOver; 80 bool gameOver;
81 81
82public slots: 82public slots:
83 void about();
84 void newGame(); 83 void newGame();
85 void clicked(int row, int column); 84 void clicked(int row, int column);
86 85
87}; 86};
88 87
89#endif 88#endif