From 4232f8450d896068713d988cf5541835c3818682 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 5 Apr 2011 01:29:33 +0200 Subject: - we love ogg, we hate mp3/wav - a lot of coding style/intent fix - add constant.h to pro files --- pacman-c++/mainwidget.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pacman-c++/mainwidget.h') 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 @@ #ifndef MAINWIDGET_H #define MAINWIDGET_H +#include "constants.h" #include #include -#include "constants.h" - class Actor; class MainWidget @@ -28,4 +27,4 @@ private: ActorMap m_actors; }; -#endif // MAINWIDGET_H \ No newline at end of file +#endif // MAINWIDGET_H -- cgit v1.2.3