17 lines
203 B
C
17 lines
203 B
C
|
#ifndef DESKBANDS_H
|
||
|
#define DESKBANDS_H
|
||
|
|
||
|
const CATID * const c_DeskBandClasses[] =
|
||
|
{
|
||
|
&CLSID_Zaxxon,
|
||
|
NULL
|
||
|
};
|
||
|
|
||
|
const CATID * const c_InfoBandClasses[] =
|
||
|
{
|
||
|
&CLSID_MegaMan,
|
||
|
NULL
|
||
|
};
|
||
|
|
||
|
#endif
|