LRT14  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
NetChannelDefinition.h
1 #ifndef NETCHANNELDEFINITION_H_
2 #define NETCHANNELDEFINITION_H_
3 
4 namespace NetChannelDefinition
5 {
6 namespace UNRELIABLE_SEQUENCED
7 {
8  enum Enum
9  {
10  LOCATOR = 0x00,
11  DRIVETRAIN_TICKS = 0x01,
12  };
13 }
14 }
15 
16 #endif