diff options
| author | manuel <manuel@mausz.at> | 2011-04-14 17:29:46 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-14 17:29:46 +0200 |
| commit | 3fd1334e6d5339cad07ac4e4e23991a73d960a8e (patch) | |
| tree | c9d7dfa80f9951c455d597dff69df1d764ffab80 /pacman-c++/pacman.server.pro | |
| parent | b18385a95f25e13c767244b494f31bd4fc238143 (diff) | |
| download | foop-3fd1334e6d5339cad07ac4e4e23991a73d960a8e.tar.gz foop-3fd1334e6d5339cad07ac4e4e23991a73d960a8e.tar.bz2 foop-3fd1334e6d5339cad07ac4e4e23991a73d960a8e.zip | |
add commandline options to server (not fully done yet)
fix client crash when sound is not available
Diffstat (limited to 'pacman-c++/pacman.server.pro')
| -rw-r--r-- | pacman-c++/pacman.server.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pacman-c++/pacman.server.pro b/pacman-c++/pacman.server.pro index 2224d9a..f42fa62 100644 --- a/pacman-c++/pacman.server.pro +++ b/pacman-c++/pacman.server.pro | |||
| @@ -16,7 +16,8 @@ SOURCES += pixmapitem.cpp \ | |||
| 16 | sceneholder.cpp \ | 16 | sceneholder.cpp \ |
| 17 | util.cpp \ | 17 | util.cpp \ |
| 18 | clicklabel.cpp \ | 18 | clicklabel.cpp \ |
| 19 | gameentity.cpp | 19 | gameentity.cpp \ |
| 20 | anyoption.cpp | ||
| 20 | HEADERS += pixmapitem.h \ | 21 | HEADERS += pixmapitem.h \ |
| 21 | actor.h \ | 22 | actor.h \ |
| 22 | block.h \ | 23 | block.h \ |
| @@ -28,7 +29,8 @@ HEADERS += pixmapitem.h \ | |||
| 28 | sceneholder.h \ | 29 | sceneholder.h \ |
| 29 | util.h \ | 30 | util.h \ |
| 30 | clicklabel.h \ | 31 | clicklabel.h \ |
| 31 | gameentity.h | 32 | gameentity.h \ |
| 33 | anyoption.h | ||
| 32 | RESOURCES += pacman.qrc | 34 | RESOURCES += pacman.qrc |
| 33 | 35 | ||
| 34 | OBJECTS_DIR = .obj | 36 | OBJECTS_DIR = .obj |
