diff options
| author | manuel <manuel@mausz.at> | 2011-05-05 00:57:07 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-05-05 00:57:07 +0200 |
| commit | ce48af53646cd9e7ec762fc1ac176b3aa620b11d (patch) | |
| tree | f8fbf2cae8c7d0cbac2696a8f4cf94410bfb4928 /pacman-c++/pacman.proto | |
| parent | e54ccad07e256ba877bd41d70bd358bd0085bd1e (diff) | |
| download | foop-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.proto | 18 |
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 @@ | |||
| 1 | package ProtoBuf; | ||
| 2 | |||
| 3 | message KeyPressUpdate { | ||
| 4 | required uint32 newKey = 1; | ||
| 5 | } | ||
| 6 | |||
| 7 | message Init { | ||
| 8 | required uint32 color = 1; | ||
| 9 | required uint32 maxplayers = 2; | ||
| 10 | } | ||
| 11 | |||
| 12 | message 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 | |||
