diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-10 00:55:13 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-10 00:55:13 +0200 |
| commit | da481762bded855ffd709114ee3a16ec4dbaaeb6 (patch) | |
| tree | 10f323140f11280f5185c19666a8412199613e0e /pacman-c++/client.cpp | |
| parent | 5b4ddc78484448886135e031bee3d423e2fd3b83 (diff) | |
| download | foop-da481762bded855ffd709114ee3a16ec4dbaaeb6.tar.gz foop-da481762bded855ffd709114ee3a16ec4dbaaeb6.tar.bz2 foop-da481762bded855ffd709114ee3a16ec4dbaaeb6.zip | |
Tell player about their color
minor cleanup
Diffstat (limited to 'pacman-c++/client.cpp')
| -rw-r--r-- | pacman-c++/client.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp index fbcde6d..c35510a 100644 --- a/pacman-c++/client.cpp +++ b/pacman-c++/client.cpp | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "client.h" | 1 | #include "client.h" |
| 2 | #include "clicklabel.h" | 2 | #include "clicklabel.h" |
| 3 | #include "audioplayer.h" | 3 | #include "audioplayer.h" |
| 4 | #include "pacman.pb.h" | ||
| 4 | 5 | ||
| 5 | Client::Client() | 6 | Client::Client() |
| 6 | { | 7 | { |
| @@ -64,6 +65,8 @@ void Client::mutedChanged(bool muted) const | |||
| 64 | 65 | ||
| 65 | int main(int argc, char ** argv) | 66 | int main(int argc, char ** argv) |
| 66 | { | 67 | { |
| 68 | GOOGLE_PROTOBUF_VERIFY_VERSION; | ||
| 69 | |||
| 67 | QApplication app(argc, argv); | 70 | QApplication app(argc, argv); |
| 68 | app.setOrganizationName("TU Wien FOOP"); | 71 | app.setOrganizationName("TU Wien FOOP"); |
| 69 | app.setApplicationName("Pacman Client"); | 72 | app.setApplicationName("Pacman Client"); |
