📄 cbavi.h
字号:
/////////////
// CBAvi.h : v0010
// Written by : Li Haijun
// Compiler : Microsoft Visual C++ 4.0 & DirectX
// Library : No .Lib// Copyright (C) : 1997 WayAhead Corporation
// v0010 : Apr.14.1997
/////////////
// to manage the all AVI ( send message , play, stop )
//////////////////////////////////////////////////////////
#ifndef __CBAVI_H__
#define __CBAVI_H__
#include "marco.h"
///////////////////////////////////
// to open the direct AVI and play it
void FACE_Avi_Play(LPSTR lpszAviFilename, int nCommandState = COMMAND_STATE_AVI_MISSION );
// to open the single fight AVI and play it
void FACE_Avi_Play_Single_Fight( int nCommandState /*=COMMAND_STATE_AVI_MISSION*/ ) ;
// to close the AVI file
BOOL FACE_Avi_Close();
// close avi step 1, close AVI files
BOOL FACE_Avi_Close1();
// close avi step 2, do anything after closing AVI files
BOOL FACE_Avi_Close2();
///////////////////////////////////
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -