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.

31 lines
995 B

  1. /***************************************************************************\
  2. *
  3. * File: Public.h
  4. *
  5. * Description:
  6. * Public.h contains a list of definitions that are exposed and available
  7. * outside this project. Any other DirectUser project that wishes to use
  8. * these services directly instead of going through public API's can include
  9. * a corresponding [Project]P.h available in the \inc directory.
  10. *
  11. * Definitions that are not exposed through this file are considered project
  12. * specific implementation details and should not used in other projects.
  13. *
  14. *
  15. * History:
  16. * 1/18/2000: JStall: Created
  17. *
  18. * Copyright (C) 2000 by Microsoft Corporation. All rights reserved.
  19. *
  20. \***************************************************************************/
  21. #if !defined(MOTION__Public_h__INCLUDED)
  22. #define MOTION__Public_h__INCLUDED
  23. #include "Transitions.h"
  24. #include "Scheduler.h"
  25. #include "Colors.h"
  26. #include "Context.h"
  27. #endif // MOTION__Public_h__INCLUDED