cwndtrack.h 197 B

1234567891011
  1. #ifndef _CWNDTRACK_H
  2. #define _CWNDTRACK_H
  3. #define TOP 1
  4. #define LEFT 2
  5. #define RIGHT 4
  6. #define BOTTOM 8
  7. #define NOINTERSECT 16
  8. #define KEEPSIZE 32
  9. #endif