home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / HyperCuber 2.0 / source / CMouseControlsDialog.h < prev    next >
Encoding:
Text File  |  1994-04-05  |  640 b   |  18 lines  |  [TEXT/KAHL]

  1. //|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2. //| This file contains the interface to the CMouseControlsDialog class.  The
  3. //| CMouseControlsDialog class implements the mouse controls dialog.
  4. //|________________________________________________________________________________
  5.  
  6.  
  7. #include <CDialog.h>
  8.  
  9. CLASS CArray;
  10. CLASS CMouseControlsArrayPane;
  11.  
  12. class CMouseControlsDialog : public CDialog
  13.     {
  14.  
  15.   public:
  16.  
  17.     void    IMouseControlsDialog(short WindowID, CDesktop *enclosure,
  18.