diff options
Diffstat (limited to 'pacman-c++')
| -rw-r--r-- | pacman-c++/sceneholder.cpp | 2 | ||||
| -rw-r--r-- | pacman-c++/sceneholder.h | 2 | ||||
| -rw-r--r-- | pacman-c++/util.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pacman-c++/sceneholder.cpp b/pacman-c++/sceneholder.cpp index 83025d5..310c929 100644 --- a/pacman-c++/sceneholder.cpp +++ b/pacman-c++/sceneholder.cpp | |||
| @@ -112,4 +112,4 @@ void SceneHolder::updateMap(const Transmission::map_t& map) | |||
| 112 | QPoint SceneHolder::mapPositionToCoord(unsigned int x, unsigned int y) | 112 | QPoint SceneHolder::mapPositionToCoord(unsigned int x, unsigned int y) |
| 113 | { | 113 | { |
| 114 | return QPoint(x * Constants::field_size.width, y * Constants::field_size.height); | 114 | return QPoint(x * Constants::field_size.width, y * Constants::field_size.height); |
| 115 | } \ No newline at end of file | 115 | } |
diff --git a/pacman-c++/sceneholder.h b/pacman-c++/sceneholder.h index d69e07e..4e96f7a 100644 --- a/pacman-c++/sceneholder.h +++ b/pacman-c++/sceneholder.h | |||
| @@ -34,4 +34,4 @@ protected: | |||
| 34 | 34 | ||
| 35 | }; | 35 | }; |
| 36 | 36 | ||
| 37 | #endif // SCENEHOLDER_H \ No newline at end of file | 37 | #endif // SCENEHOLDER_H |
diff --git a/pacman-c++/util.h b/pacman-c++/util.h index 34ddd31..97666c4 100644 --- a/pacman-c++/util.h +++ b/pacman-c++/util.h | |||
| @@ -5,4 +5,4 @@ | |||
| 5 | // temporary | 5 | // temporary |
| 6 | Transmission::map_t createDummyMap(); | 6 | Transmission::map_t createDummyMap(); |
| 7 | 7 | ||
| 8 | #endif // UTIL_H \ No newline at end of file | 8 | #endif // UTIL_H |
