Changeset 3209 for code/branches/netp5/src/network/Host.h
- Timestamp:
- Jun 23, 2009, 2:12:44 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp5/src/network/Host.h
r3196 r3209 26 26 * 27 27 */ 28 #ifndef NETWORKHOST_H29 #define NETWORKHOST_H30 28 31 #include <string> 29 #ifndef _NETWORK_Host_H__ 30 #define _NETWORK_Host_H__ 32 31 33 32 #include "NetworkPrereqs.h" 34 #include "packet/Chat.h"35 33 36 34 namespace orxonox { … … 86 84 } 87 85 88 #endif 86 #endif /* _NETWORK_Host_H__ */
Note: See TracChangeset
for help on using the changeset viewer.