diff options
Diffstat (limited to 'pacman-c++/mainwidget.h')
| -rw-r--r-- | pacman-c++/mainwidget.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pacman-c++/mainwidget.h b/pacman-c++/mainwidget.h index 184c542..f98cc42 100644 --- a/pacman-c++/mainwidget.h +++ b/pacman-c++/mainwidget.h | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | #ifndef MAINWIDGET_H | 1 | #ifndef MAINWIDGET_H |
| 2 | #define MAINWIDGET_H | 2 | #define MAINWIDGET_H |
| 3 | 3 | ||
| 4 | #include "constants.h" | ||
| 4 | #include <QtGui> | 5 | #include <QtGui> |
| 5 | #include <map> | 6 | #include <map> |
| 6 | 7 | ||
| 7 | #include "constants.h" | ||
| 8 | |||
| 9 | class Actor; | 8 | class Actor; |
| 10 | 9 | ||
| 11 | class MainWidget | 10 | class MainWidget |
| @@ -28,4 +27,4 @@ private: | |||
| 28 | ActorMap m_actors; | 27 | ActorMap m_actors; |
| 29 | }; | 28 | }; |
| 30 | 29 | ||
| 31 | #endif // MAINWIDGET_H \ No newline at end of file | 30 | #endif // MAINWIDGET_H |
