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.
20 lines
564 B
20 lines
564 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (c) 1999-1999 Microsoft Corporation
|
|
//
|
|
// File: dmpublic.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DMPublic: things that will eventually end up in dmusici.h or dmusicf.h
|
|
|
|
#ifndef __DMPUBLIC_H_
|
|
#define __DMPUBLIC_H_
|
|
|
|
#include "dmusicf.h"
|
|
|
|
// These should live in dmusici.h
|
|
#endif // __DMPUBLIC_H_
|