No Description

ep.h 195B

1234567891011
  1. #ifndef EP_S_
  2. #define EP_S_
  3. #define EP_SCHNELL 0x0
  4. #define EP_SEHR_LANGSAM 0x1
  5. #define EP_SEHR_SCHNELL 0x2
  6. #define EP_NORMAL 0x3
  7. #define EP_SCHNELLER 0x4
  8. #define EP_LANGSAM 0x5
  9. #endif