diff options
| author | totycro <totycro@unknown-horizons.org> | 2011-04-09 16:05:52 +0200 |
|---|---|---|
| committer | totycro <totycro@unknown-horizons.org> | 2011-04-09 16:05:52 +0200 |
| commit | cd1b32f87128de8cc948d4f6cfa1da67291c970b (patch) | |
| tree | 7b43fe71a08b9d1fc82faac6d06ce0dc31b672ef /pacman-c++/pacman.proto | |
| parent | 4c8c448a6de8b33e4a64271d6b2d0d25e00043ab (diff) | |
| download | foop-cd1b32f87128de8cc948d4f6cfa1da67291c970b.tar.gz foop-cd1b32f87128de8cc948d4f6cfa1da67291c970b.tar.bz2 foop-cd1b32f87128de8cc948d4f6cfa1da67291c970b.zip | |
added .proto file and generated sources
Diffstat (limited to 'pacman-c++/pacman.proto')
| -rw-r--r-- | pacman-c++/pacman.proto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto new file mode 100644 index 0000000..39c68f7 --- /dev/null +++ b/pacman-c++/pacman.proto | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | message KeyPressUpdate { | ||
| 2 | required uint32 newKey = 1; | ||
| 3 | } | ||
| 4 | |||
| 5 | message MapUpdate { | ||
| 6 | repeated uint32 field = 1 [packed=true]; | ||
| 7 | } | ||
