DUDES.H
上传用户:abcdshs
上传日期:2007-01-07
资源大小:1858k
文件大小:2k
源码类别:

游戏

开发平台:

Visual C++

  1. // dudes.h : main header file for the DUDES application
  2. //
  3. #ifndef __AFXWIN_H__
  4. #error include 'stdafx.h' before including this file for PCH
  5. #endif
  6. #include "resource.h"       // main symbols
  7. /////////////////////////////////////////////////////////////////////////////
  8. // DudesApp:
  9. // See dudes.cpp for the implementation of this class
  10. //
  11. class DudesApp : public CWinApp
  12. {
  13. public:
  14. DudesApp();
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(DudesApp)
  18. public:
  19. virtual BOOL InitInstance();
  20. virtual CWnd* GetMainWnd();
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. //{{AFX_MSG(DudesApp)
  24. afx_msg void OnAppAbout();
  25. afx_msg void OnPause();
  26. afx_msg void OnOpenFile();
  27. afx_msg void OnSave();
  28. afx_msg void OnSaveas();
  29. afx_msg void OnEdit();
  30. afx_msg void OnHelp();
  31. afx_msg void OnViewAerial();
  32. afx_msg void OnViewCircling();
  33. afx_msg void OnViewDudeview();
  34. afx_msg void OnViewLeftside();
  35. afx_msg void OnViewRightside();
  36. afx_msg void OnViewHighangle();
  37. afx_msg void OnDetailChangedetail();
  38. afx_msg void OnEditAddshape();
  39. afx_msg void OnEditSelectclosestshape();
  40. afx_msg void OnEditMoveselectionbackward();
  41. afx_msg void OnEditMoveselectiondown();
  42. afx_msg void OnEditMoveselectionfoward();
  43. afx_msg void OnEditMoveselectionleft();
  44. afx_msg void OnEditMoveselectionright();
  45. afx_msg void OnEditMoveselectionup();
  46. afx_msg void OnEditRotateselection45degreesleft();
  47. afx_msg void OnEditRotateselection45degreesright();
  48. afx_msg void OnEditRotateselection90degreesleft();
  49. afx_msg void OnEditRotateselection90degreesright();
  50. afx_msg void OnEditDeleteselection();
  51. afx_msg void OnFileOpenlandscape();
  52. afx_msg void OnFileSavelandscape();
  53. afx_msg void OnFileSavelandscapeas();
  54. afx_msg void OnEditChangecolorforselection();
  55. afx_msg void OnEditUnselecttheselection();
  56. afx_msg void OnEditAddnewmap();
  57. afx_msg void OnViewHighdudeview();
  58. afx_msg void OnViewLowdudeview();
  59. afx_msg void OnEditAdddude();
  60. afx_msg void OnEditAddnextlevelteleporter();
  61. afx_msg void OnEditAddhandheldweaponKnife();
  62. afx_msg void OnEditAddhandheldweaponShield();
  63. afx_msg void OnEditAddhandheldweaponSword();
  64. afx_msg void OnViewBackside();
  65. afx_msg void OnViewFrontside();
  66. //}}AFX_MSG
  67. DECLARE_MESSAGE_MAP()
  68. };
  69. /////////////////////////////////////////////////////////////////////////////