Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/network/handshake.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/network/handshake.h
r9690 r9715 42 42 class Handshake : public Synchronizeable 43 43 { 44 NewObjectListDeclaration(Handshake);44 ObjectListDeclaration(Handshake); 45 45 public: 46 46 Handshake( int nodeType, int clientId = 0, int networkGameManagerId = 0, int messageManagerId = 0 );
Note: See TracChangeset
for help on using the changeset viewer.