DUDES.H
资源名称:tc3d.zip [点击查看]
上传用户:abcdshs
上传日期:2007-01-07
资源大小:1858k
文件大小:2k
源码类别:
游戏
开发平台:
Visual C++
- // dudes.h : main header file for the DUDES application
- //
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // DudesApp:
- // See dudes.cpp for the implementation of this class
- //
- class DudesApp : public CWinApp
- {
- public:
- DudesApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(DudesApp)
- public:
- virtual BOOL InitInstance();
- virtual CWnd* GetMainWnd();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(DudesApp)
- afx_msg void OnAppAbout();
- afx_msg void OnPause();
- afx_msg void OnOpenFile();
- afx_msg void OnSave();
- afx_msg void OnSaveas();
- afx_msg void OnEdit();
- afx_msg void OnHelp();
- afx_msg void OnViewAerial();
- afx_msg void OnViewCircling();
- afx_msg void OnViewDudeview();
- afx_msg void OnViewLeftside();
- afx_msg void OnViewRightside();
- afx_msg void OnViewHighangle();
- afx_msg void OnDetailChangedetail();
- afx_msg void OnEditAddshape();
- afx_msg void OnEditSelectclosestshape();
- afx_msg void OnEditMoveselectionbackward();
- afx_msg void OnEditMoveselectiondown();
- afx_msg void OnEditMoveselectionfoward();
- afx_msg void OnEditMoveselectionleft();
- afx_msg void OnEditMoveselectionright();
- afx_msg void OnEditMoveselectionup();
- afx_msg void OnEditRotateselection45degreesleft();
- afx_msg void OnEditRotateselection45degreesright();
- afx_msg void OnEditRotateselection90degreesleft();
- afx_msg void OnEditRotateselection90degreesright();
- afx_msg void OnEditDeleteselection();
- afx_msg void OnFileOpenlandscape();
- afx_msg void OnFileSavelandscape();
- afx_msg void OnFileSavelandscapeas();
- afx_msg void OnEditChangecolorforselection();
- afx_msg void OnEditUnselecttheselection();
- afx_msg void OnEditAddnewmap();
- afx_msg void OnViewHighdudeview();
- afx_msg void OnViewLowdudeview();
- afx_msg void OnEditAdddude();
- afx_msg void OnEditAddnextlevelteleporter();
- afx_msg void OnEditAddhandheldweaponKnife();
- afx_msg void OnEditAddhandheldweaponShield();
- afx_msg void OnEditAddhandheldweaponSword();
- afx_msg void OnViewBackside();
- afx_msg void OnViewFrontside();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////