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

游戏引擎

开发平台:

Visual C++

  1. // MenuLoadOldPlay.cpp: implementation of the CMenuLoadOldPlay class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "XMudClient.h"
  6. #include "MenuLoadOldPlay.h"
  7. #include "FacePlate.h"
  8. #include "3DSound.h"
  9. #include "StartGameMenu.h"
  10. #include "InitInternet.h"
  11. #include "MenuCreateNew.h"
  12. #include "InterNetMsg.h"
  13. #include "CommunicateMsg.h"
  14. #include "MainScreen.h"
  15. #include "MapInfo.h"
  16. #include "MyMusic.h"
  17. #include <Imm.h>
  18. #include "MyDInput.h"
  19. //add header file
  20. #include "wgs/WGS.h"
  21. //end
  22. #ifdef _DEBUG
  23. #undef THIS_FILE
  24. static char THIS_FILE[]=__FILE__;
  25. #define new DEBUG_NEW
  26. #endif
  27. extern D3DVECTOR pSysSoundPos;
  28. extern rmfullglobals myglobs;
  29. extern D3DAppInfo* d3dapp;
  30. extern LPDIRECT3DRM3 g_lpD3DRM;
  31. extern char g_tszPathName[256];
  32. //extern CString g_csSendToServerMsg;
  33. extern char g_szReceive[];
  34. extern int g_nGameState;
  35. extern g_bInternConnect;
  36. extern int g_nReceiveMsgState;
  37. extern HANDLE gSendToSvrThread;
  38. extern CStartGameMenu m_StartGameMenu;
  39. extern CMenuCreateNew m_MenuCreateNew;
  40. extern CMainScreen m_MainScreen;
  41. extern int nSpareTime; //逞