Source code of Windows XP (NT5)
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.

21 lines
438 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: mtk.hxx
  3. *
  4. * mtk object classes
  5. *
  6. * Copyright (c) 1996 Microsoft Corporation
  7. *
  8. \**************************************************************************/
  9. #ifndef __mtk_hxx__
  10. #define __mtk_hxx__
  11. #include "mtk.h"
  12. #include "mtkwin.hxx"
  13. #include "util.hxx"
  14. #include "glutil.hxx"
  15. #include "timer.hxx"
  16. #include "texture.hxx"
  17. #endif // __mtk_hxx__