Changeset 945 for code/branches/input/src/network
- Timestamp:
- Mar 27, 2008, 10:13:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/network/NetworkPrereqs.h
r888 r945 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.