home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
sdktools
/
winnt
/
perfmon
/
graph.h
< prev
next >
Wrap
Text File
|
1997-10-05
|
469b
|
24 lines
/*****************************************************************************
*
* Graph.h - Header for graphing window.
*
* Microsoft Confidential
* Copyright (c) 1992-1997 Microsoft Corporation
*
*
****************************************************************************/
#define GRAPH_BORDER 4
BOOL GraphInitializeApplication (void) ;
HWND CreateGraphWindow (HWND hWndParent) ;
void SizeGraphComponents (HWND hWnd) ;