summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword/buzzword.h
authorimm <imm>2002-08-31 22:59:38 (UTC)
committer imm <imm>2002-08-31 22:59:38 (UTC)
commit277ec30e2807c7bd6bdc9efdb086e9c72c3741e9 (patch) (unidiff)
tree399c6bd30dbc766688fea389a96988ac85e30ac7 /noncore/games/buzzword/buzzword.h
parentaf1fb861d849575d9c10d33f0a49423fc2b4d976 (diff)
downloadopie-277ec30e2807c7bd6bdc9efdb086e9c72c3741e9.zip
opie-277ec30e2807c7bd6bdc9efdb086e9c72c3741e9.tar.gz
opie-277ec30e2807c7bd6bdc9efdb086e9c72c3741e9.tar.bz2
remove credits
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