diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-09 15:08:13 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-09 15:08:13 +0200 |
| commit | 979c3b4528da1608404d6e163211280fee5da9c5 (patch) | |
| tree | dd5584640933fc6bce1820bcc452af74d356396f /pacman-c++/sceneholder.h | |
| parent | d547dec802f76c346538144f4eacf6d8ca6310c4 (diff) | |
| download | foop-979c3b4528da1608404d6e163211280fee5da9c5.tar.gz foop-979c3b4528da1608404d6e163211280fee5da9c5.tar.bz2 foop-979c3b4528da1608404d6e163211280fee5da9c5.zip | |
added some utility
Diffstat (limited to 'pacman-c++/sceneholder.h')
| -rw-r--r-- | pacman-c++/sceneholder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/sceneholder.h b/pacman-c++/sceneholder.h index d69e07e..cf6941a 100644 --- a/pacman-c++/sceneholder.h +++ b/pacman-c++/sceneholder.h | |||
| @@ -23,6 +23,7 @@ protected: | |||
| 23 | 23 | ||
| 24 | // data conversion | 24 | // data conversion |
| 25 | QPoint mapPositionToCoord(unsigned int x, unsigned int y); | 25 | QPoint mapPositionToCoord(unsigned int x, unsigned int y); |
| 26 | QPoint CoordToMapPosition(unsigned int x, unsigned int y); | ||
| 26 | 27 | ||
| 27 | // map of all pixmap instances | 28 | // map of all pixmap instances |
| 28 | QVector< QVector<PixmapItem *> > visualMap; | 29 | QVector< QVector<PixmapItem *> > visualMap; |
