2025-04-27 07:49:33 -04:00

19 lines
529 B
C

/****************************************************************************
*
* File: testmus.h
* Project: DxDiag (DirectX Diagnostic Tool)
* Author: Mike Anderson (manders@microsoft.com)
* Purpose: Test DMusic functionality on this machine
*
* (C) Copyright 1998 Microsoft Corp. All rights reserved.
*
****************************************************************************/
#ifndef TESTMUS_H
#define TESTMUS_H
VOID TestMusic(HWND hwndMain, MusicInfo* pMusicInfo);
#endif // TESTMUS_H