9 lines
135 B
C
9 lines
135 B
C
|
|
/* $Id$ */
|
||
|
|
#ifndef __MW_DEFAULT_H__
|
||
|
|
#define __MW_DEFAULT_H__
|
||
|
|
|
||
|
|
#include <Mw/MachDep.h>
|
||
|
|
|
||
|
|
MWDECL const char* MwDefaultBackground;
|
||
|
|
|
||
|
|
#endif
|