19 lines
512 B
C
19 lines
512 B
C
/****************************************************************************
|
|
*
|
|
* File: testdd.h
|
|
* Project: DxDiag (DirectX Diagnostic Tool)
|
|
* Author: Mike Anderson (manders@microsoft.com)
|
|
* Purpose: Test DirectDraw functionality on this machine
|
|
*
|
|
* (C) Copyright 1998 Microsoft Corp. All rights reserved.
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef TESTDD_H
|
|
#define TESTDD_H
|
|
|
|
VOID TestDD(HWND hwndMain, DisplayInfo* pDisplayInfo);
|
|
|
|
|
|
#endif // TESTDD_H
|