2007-06-05 12:10:51 +00:00
|
|
|
/************************************************/
|
|
|
|
/* MODULE: bitmaps.cpp */
|
|
|
|
/************************************************/
|
|
|
|
|
|
|
|
// For compilers that support precompilation, includes "wx.h".
|
2007-05-06 16:03:28 +00:00
|
|
|
#include "wx/wxprec.h"
|
|
|
|
|
|
|
|
#ifdef __BORLANDC__
|
|
|
|
#pragma hdrstop
|
|
|
|
#endif
|
|
|
|
|
|
|
|
// for all others, include the necessary headers (this file is usually all you
|
|
|
|
// need because it includes almost all "standard" wxWindows headers
|
|
|
|
#ifndef WX_PRECOMP
|
|
|
|
#include <wx/wx.h>
|
|
|
|
#endif
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
|
|
#include "fctsys.h"
|
2007-05-06 16:03:28 +00:00
|
|
|
#include "common.h"
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
|
|
#define XPMMAIN
|
|
|
|
#include "bitmaps.h"
|
|
|
|
|