home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 80 / XENIATGM80.iso / Goodies / Blood 2 / Source / data.z / MessageBoxHandler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-02  |  699 b   |  23 lines

  1. // MessageBoxHandler.h: interface for the CMessageBoxHandler class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_MESSAGEBOXHANDLER_H__D00D8EE1_6DD6_11D2_BDB0_0060971BDC6D__INCLUDED_)
  6. #define AFX_MESSAGEBOXHANDLER_H__D00D8EE1_6DD6_11D2_BDB0_0060971BDC6D__INCLUDED_
  7.  
  8. #if _MSC_VER >= 1000
  9. #pragma once
  10. #endif // _MSC_VER >= 1000
  11.  
  12. class CMessageBoxHandler : public CLTGUICommandHandler  
  13. {
  14. public:
  15.     CMessageBoxHandler();
  16.     virtual ~CMessageBoxHandler();
  17.  
  18. protected:
  19.     DDWORD OnCommand(DDWORD dwCommand, DDWORD dwParam1, DDWORD dwParam2);    
  20. };
  21.  
  22. #endif // !defined(AFX_MESSAGEBOXHANDLER_H__D00D8EE1_6DD6_11D2_BDB0_0060971BDC6D__INCLUDED_)
  23.