Windows2000/private/windows/opengl/scrsave/common/sscommon.hxx
2020-09-30 17:12:32 +02:00

23 lines
504 B
C++

/******************************Module*Header*******************************\
* Module Name: sscommon.hxx
*
* Defines for screen saver common shell clients
*
* Copyright (c) 1996 Microsoft Corporation
*
\**************************************************************************/
#ifndef __sscommon_hxx__
#define __sscommon_hxx__
#include "sscommon.h"
#include "palette.hxx"
#include "sswindow.hxx"
#include "dlgdraw.hxx"
#include "clear.hxx"
extern PSSW ss_GetMainPSSW();
#endif // __sscommon_hxx__