Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/network/nettypes.h @ 9494

Last change on this file since 9494 was 9494, checked in by bensch, 18 years ago

merged the proxy back

File size: 320 bytes
Line 
1
2#ifndef __NET_TYPES_H_
3#define __NET_TYPES_H_
4
5typedef unsigned char byte;
6
7
8//!< this are the network write variable permissions
9typedef enum netPermissions {
10  PERMISSION_MASTER_SERVER = 1,
11  PERMISSION_PROXY_SERVER  = 2,
12  PERMISSION_OWNER         = 4,
13  PERMISSION_ALL           = 8
14};
15
16
17#endif /* __NET_TYPES_H */
Note: See TracBrowser for help on using the repository browser.