StartGameMenu.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:2k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. // StartGameMenu.h: interface for the CStartGameMenu class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_STARTGAMEMENU_H__D054B860_59A7_11D3_BA84_0000E8A021D8__INCLUDED_)
  5. #define AFX_STARTGAMEMENU_H__D054B860_59A7_11D3_BA84_0000E8A021D8__INCLUDED_
  6. #include "AviPlay.h" // Added by ClassView
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. class CStartGameMenu  
  11. {
  12. public:
  13. HRESULT Draw2DSetup();
  14. HRESULT DrawAllMenuBottonElement();
  15. void GameSetupOnLButtonDown(POINT Pos);
  16. void GameSetupOnLButtonUp(POINT Pos);
  17. void GameSetupOnMouseMove(POINT Pos);
  18. void GameSetupOnRButtonDown(POINT Pos);
  19. CStartGameMenu();
  20. virtual ~CStartGameMenu();
  21. public:
  22. BOOL bStartMenu;
  23. BOOL bRegProduct;
  24. BOOL bReviewAnimate;
  25. BOOL bStartConnect;
  26. BOOL bProgramMan;
  27. BOOL bQuitGame;
  28. BOOL bWaittingConnect;
  29. RECT rcSetupMenu;//