diff options
| author | manuel <manuel@mausz.at> | 2011-04-05 01:29:33 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-05 01:29:33 +0200 |
| commit | 4232f8450d896068713d988cf5541835c3818682 (patch) | |
| tree | 470916a3e1978419d41115eb1e87a0928769e03c /pacman-c++/mainwidget.h | |
| parent | 3dba415cd9741874cdaf0781d7e725808c8a2b8d (diff) | |
| download | foop-4232f8450d896068713d988cf5541835c3818682.tar.gz foop-4232f8450d896068713d988cf5541835c3818682.tar.bz2 foop-4232f8450d896068713d988cf5541835c3818682.zip | |
- we love ogg, we hate mp3/wav
- a lot of coding style/intent fix
- add constant.h to pro files
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 |
