// BackGround.h: interface for the CBackGround class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_BACKGROUND_H__73B1F1F2_7A55_4807_9A29_003E9D722E15__INCLUDED_) #define AFX_BACKGROUND_H__73B1F1F2_7A55_4807_9A29_003E9D722E15__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include "PMImage.h" class CBackGround { public: CPMImage *bg; CBackGround(int First, int Last); CBackGround(); virtual ~CBackGround(); }; #endif // !defined(AFX_BACKGROUND_H__73B1F1F2_7A55_4807_9A29_003E9D722E15__INCLUDED_)