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

游戏引擎

开发平台:

Visual C++

  1. // TimeAction.cpp: implementation of the CTimeAction class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "XMudClient.h"
  6. #include "TimeAction.h"
  7. #include "CommandCheck.h"
  8. #include "MenuCreateNew.h"
  9. #include "D3DRMScreen.h"
  10. #include "MainScreen.h"
  11. #include "CmdFunction.h"
  12. #ifdef _DEBUG
  13. #undef THIS_FILE
  14. static char THIS_FILE[]=__FILE__;
  15. #define new DEBUG_NEW
  16. #endif
  17. extern int g_playerState;
  18. extern LPDIRECT3DRMFRAME3 g_lights;
  19. extern rmfullglobals myglobs;
  20. extern CList<CPlayerInfo*,CPlayerInfo*>playerlist;
  21. extern CPlayerInfo * lpPlayerInfo;
  22. extern CList <animationCallbackArgs *, animationCallbackArgs *> animationlist;
  23. extern CMainScreen m_MainScreen;
  24. extern CList <CSkillInfo *, CSkillInfo *> skilllist; // м