Changeset 6064 in orxonox.OLD for branches/network/src/defs
- Timestamp:
- Dec 12, 2005, 3:34:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/defs/class_id.h
r6043 r6064 220 220 221 221 // network stuff (range from 0x00000b00 to 0x00000bff) 222 CL_DATA_STREAM = 0x00b0 0b00,222 CL_DATA_STREAM = 0x00b01b00, 223 223 CL_NETWORK_STREAM = 0x00000b01, 224 224 CL_NETWORK_PROTOCOL = 0x00000b02, … … 227 227 CL_CONNECTION_MONITOR = 0x00000b05, 228 228 CL_HANDSHAKE = 0x00000b06, 229 CL_ENTITY_MANAGER = 0x00000b07, 229 230 230 231
Note: See TracChangeset
for help on using the changeset viewer.