cbavi.h

来自「赤壁之战的游戏源代码」· C头文件 代码 · 共 28 行

H
28
字号
/////////////
//	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 + =
减小字号Ctrl + -
显示快捷键?