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

游戏引擎

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "XMudClient.h"
  3. #include "InitInternet.h"
  4. #include "InterNetMsg.h"
  5. #include "CommunicateMsg.h"
  6. #include "MenuCreateNew.h"
  7. #include "MenuLoadOldPlay.h"
  8. #include "MapInfo.h"
  9. #include "D3DRMScreen.h"
  10. #include "CommandCheck.h"
  11. #include "CmdFunction.h"
  12. #include "MainScreen.h"
  13. extern D3DVECTOR g_CameraPosition;
  14. extern LPDIRECT3DRMFRAME3 g_lpplayer;
  15. extern rmfullglobals myglobs;
  16. extern LPDIRECT3DRM3 g_lpD3DRM;
  17. extern D3DVECTOR pSysSoundPos;
  18. //extern char g_szSrvActiveBuf[2048];
  19. extern CList<CPlayerInfo*,CPlayerInfo*>playerlist;
  20. extern CRITICAL_SECTION csSrvMsg;
  21. extern CString g_szInputMsg;
  22. //extern CString g_csSendToServerMsg;
  23. extern PathInfo info;
  24. extern int g_nGameState;
  25. extern int g_playerState;
  26. extern CMainScreen m_MainScreen;
  27. extern CRITICAL_SECTION csAnimation;
  28. extern CList <animationCallbackArgs *, animationCallbackArgs *> animationlist;
  29. extern CList <CSkillInfo *, CSkillInfo *> skilllist; // м