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

游戏引擎

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "XMudClient.h"
  3. #include "AviPlay.h"
  4. extern rmfullglobals myglobs;
  5. extern D3DAppInfo* d3dapp;
  6. extern int g_nGameState;
  7. extern char g_tszPathName[256];
  8. CAviPlay::CAviPlay()
  9. {
  10. }
  11. CAviPlay::~CAviPlay()
  12. {
  13. }
  14. void CAviPlay::PlayAvi(const char *FileName)
  15. {
  16. g_nGameState = GAME_AVI;
  17. }
  18. void CAviPlay::ExitPlayAvi()
  19. {
  20. }