Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
275 B

  1. #ifndef OBJDIM_DEFINED
  2. #define OBJDIM_DEFINED
  3. #include "lsdefs.h"
  4. #include "pobjdim.h"
  5. #include "heights.h"
  6. typedef struct objdim /* Object dimensions */
  7. {
  8. HEIGHTS heightsRef;
  9. HEIGHTS heightsPres;
  10. long dur;
  11. } OBJDIM;
  12. #endif /* !OBJDIM_DEFINED */