Changeset 5807 in orxonox.OLD for branches/network/src/subprojects
- Timestamp:
- Nov 28, 2005, 7:36:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/subprojects/network/simple_sync.h
r5806 r5807 11 11 12 12 class SimpleSync : public Synchronizeable 13 {13 { 14 14 public: 15 15 SimpleSync(const char* name); … … 31 31 byte* outData; 32 32 int outLength; 33 };33 }; 34 34 35 35 #endif /* _SIMPLE_SYNC */ 36
Note: See TracChangeset
for help on using the changeset viewer.