23 lines
504 B
C++
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__
|