From d547dec802f76c346538144f4eacf6d8ca6310c4 Mon Sep 17 00:00:00 2001 From: totycro Date: Sat, 9 Apr 2011 13:54:18 +0200 Subject: Pull up methods from mainwidget to sceneholder for sharing in both client and server --- pacman-c++/pacman.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pacman-c++/pacman.pro') diff --git a/pacman-c++/pacman.pro b/pacman-c++/pacman.pro index f95625b..a1dddf6 100644 --- a/pacman-c++/pacman.pro +++ b/pacman-c++/pacman.pro @@ -7,7 +7,9 @@ SOURCES += pixmapitem.cpp \ bonuspoint.cpp \ mainwidget.cpp \ point.cpp \ - audioplayer.cpp + audioplayer.cpp \ + sceneholder.cpp \ + util.cpp HEADERS += pixmapitem.h \ actor.h \ animationmanager.h \ @@ -17,7 +19,9 @@ HEADERS += pixmapitem.h \ mainwidget.h \ constants.h \ point.h \ - audioplayer.h + audioplayer.h \ + sceneholder.h \ + util.h RESOURCES += pacman.qrc OBJECTS_DIR = .obj -- cgit v1.2.3