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.

23 lines
505 B

  1. /**************************************************************************
  2. *
  3. * Copyright (c) 2000 Microsoft Corporation
  4. *
  5. * Module Name:
  6. *
  7. * Main cycloid computation and drawing routines
  8. *
  9. * Created:
  10. *
  11. * 06/11/2000 asecchia
  12. * Created it.
  13. *
  14. **************************************************************************/
  15. #ifndef _DRAWCYCLOID_HPP
  16. #define _DRAWCYCLOID_HPP
  17. #include "precomp.hpp"
  18. void DrawTestCycloid(Graphics *g, int a, int b, int width, int height);
  19. #endif