17 lines
446 B
C
17 lines
446 B
C
|
/*****************************************************************************\
|
||
|
FILE: stgTheme.h
|
||
|
|
||
|
DESCRIPTION:
|
||
|
This is the Autmation Object to theme manager object.
|
||
|
|
||
|
BryanSt 4/3/2000 (Bryan Starbuck)
|
||
|
Copyright (C) Microsoft Corp 2000-2000. All rights reserved.
|
||
|
\*****************************************************************************/
|
||
|
|
||
|
#ifndef _FILE_H_STGTHEME
|
||
|
#define _FILE_H_STGTHEME
|
||
|
|
||
|
|
||
|
|
||
|
#endif // _FILE_H_STGTHEME
|