Changeset 1024 for code/trunk/src/network
- Timestamp:
- Apr 10, 2008, 5:35:49 PM (17 years ago)
- Location:
- code/trunk/src/network
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/network/NetworkPrereqs.h
r1021 r1024 27 27 28 28 /** 29 @file NetworkPrereqs.h30 @brief Contains all the necessary forward declarations for all classes, structs and enums.31 29 @file 30 @brief Contains all the necessary forward declarations for all classes and structs. 31 */ 32 32 33 33 #ifndef _NetworkPrereqs_H__ … … 84 84 struct PacketEnvelope; 85 85 struct QueueItem; 86 struct sync hData;86 struct syncData; 87 87 struct synchronisableVariable; 88 88 }
Note: See TracChangeset
for help on using the changeset viewer.