-rw-r--r-- | noncore/games/zbounce/game.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/games/zbounce/game.h b/noncore/games/zbounce/game.h index ae0d4fa..656fba3 100644 --- a/noncore/games/zbounce/game.h +++ b/noncore/games/zbounce/game.h | |||
@@ -18,13 +18,12 @@ | |||
18 | 18 | ||
19 | #ifndef GAME_H_INCLUDED | 19 | #ifndef GAME_H_INCLUDED |
20 | #define GAME_H_INCLUDED | 20 | #define GAME_H_INCLUDED |
21 | 21 | ||
22 | #include <qwidget.h> | 22 | #include <qwidget.h> |
23 | #include <qcanvas.h> | 23 | #include <qcanvas.h> |
24 | #include <qmemarray.h> | ||
25 | 24 | ||
26 | class QTimer; | 25 | class QTimer; |
27 | class JezzField; | 26 | class JezzField; |
28 | 27 | ||
29 | #define FIELD_WIDTH 26 | 28 | #define FIELD_WIDTH 26 |
30 | #define FIELD_HEIGHT 26 | 29 | #define FIELD_HEIGHT 26 |
@@ -100,13 +99,12 @@ public: | |||
100 | signals: | 99 | signals: |
101 | void ballCollision( Ball *ball, int x, int y, int tile ); | 100 | void ballCollision( Ball *ball, int x, int y, int tile ); |
102 | 101 | ||
103 | private: | 102 | private: |
104 | friend class Ball; | 103 | friend class Ball; |
105 | QPixmap m_tiles; | 104 | QPixmap m_tiles; |
106 | QMemArray<QPixmap> m_backTiles; | ||
107 | 105 | ||
108 | void setPixmaps( QPixmap tiles ); | 106 | void setPixmaps( QPixmap tiles ); |
109 | void emitBallCollisiton( Ball *ball, int x, int y, int tile ) | 107 | void emitBallCollisiton( Ball *ball, int x, int y, int tile ) |
110 | { emit ballCollision( ball, x, y, tile ); }; | 108 | { emit ballCollision( ball, x, y, tile ); }; |
111 | 109 | ||
112 | }; | 110 | }; |