mirror of https://github.com/tongzx/nt5src
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
28 lines
540 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (c) 1998-1999 Microsoft Corporation
|
|
//
|
|
// File: composin.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
// ComposIn.h --- include file for the composition engine
|
|
|
|
#ifndef __COMPOSINH__
|
|
#define __COMPOSINH__
|
|
|
|
#include "dmusici.h"
|
|
#include "dmusicf.h"
|
|
#include "str.h"
|
|
#include "tlist.h"
|
|
|
|
#include "aariff.h"
|
|
#include "templats.h"
|
|
|
|
#include "sjpers.h"
|
|
|
|
#include "debug.h"
|
|
|
|
#endif
|