summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.proto
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-05 00:57:07 +0200
committermanuel <manuel@mausz.at>2011-05-05 00:57:07 +0200
commitce48af53646cd9e7ec762fc1ac176b3aa620b11d (patch)
treef8fbf2cae8c7d0cbac2696a8f4cf94410bfb4928 /pacman-c++/pacman.proto
parente54ccad07e256ba877bd41d70bd358bd0085bd1e (diff)
downloadfoop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.gz
foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.tar.bz2
foop-ce48af53646cd9e7ec762fc1ac176b3aa620b11d.zip
- refactorized the whole project and made a few subprojects
- replaced tcp with enet - added connect dialog - some smaller bugfixes
Diffstat (limited to 'pacman-c++/pacman.proto')
-rw-r--r--pacman-c++/pacman.proto18
1 files changed, 0 insertions, 18 deletions
diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto
deleted file mode 100644
index 8e088e8..0000000
--- a/pacman-c++/pacman.proto
+++ /dev/null
@@ -1,18 +0,0 @@
1package ProtoBuf;
2
3message KeyPressUpdate {
4 required uint32 newKey = 1;
5}
6
7message Init {
8 required uint32 color = 1;
9 required uint32 maxplayers = 2;
10}
11
12message MapUpdate {
13 repeated uint32 field = 1 [packed=true];
14 repeated uint32 round_points = 2;
15 repeated uint32 game_points = 3;
16 repeated uint32 eating_order = 4;
17}
18