LRT13  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
NetConnectionType.h
1 #ifndef NET_CONNECTION_TYPE_H_
2 #define NET_CONNECTION_TYPE_H_
3 //sdfi
4 namespace Network
5 {
6  enum NetConnectionType
7  {
8  CLIENT = 0,
9  SERVER = 1
10  };
11 };
12 
13 #endif