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.

28 lines
540 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (c) 1998-1999 Microsoft Corporation
  6. //
  7. // File: composin.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // ComposIn.h --- include file for the composition engine
  11. #ifndef __COMPOSINH__
  12. #define __COMPOSINH__
  13. #include "dmusici.h"
  14. #include "dmusicf.h"
  15. #include "str.h"
  16. #include "tlist.h"
  17. #include "aariff.h"
  18. #include "templats.h"
  19. #include "sjpers.h"
  20. #include "debug.h"
  21. #endif