8 lines
178 B
C
8 lines
178 B
C
#ifndef __MFGLS_H__
|
|
#define __MFGLS_H__
|
|
|
|
void SetHdcPixelFormat(HDC hdc, int cAlphaBits, int cAccumBits,
|
|
int cDepthBits, int cStencilBits);
|
|
|
|
#endif
|