Added video player
(video playback support phase 2) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1249 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -43,10 +43,11 @@ extern BOOLEAN DestroyVideo (VIDEO_REF VideoRef);
|
|||||||
extern VIDEO_TYPE VidPlay (VIDEO_REF VidRef, char *loopname, BOOLEAN
|
extern VIDEO_TYPE VidPlay (VIDEO_REF VidRef, char *loopname, BOOLEAN
|
||||||
uninit);
|
uninit);
|
||||||
extern void VidStop (void);
|
extern void VidStop (void);
|
||||||
|
extern VIDEO_REF VidPlaying (void);
|
||||||
|
extern void VidDoInput (void);
|
||||||
|
|
||||||
void DoFMV (char *name, char *loopname, BOOLEAN uninit);
|
void DoFMV (char *name, char *loopname, BOOLEAN uninit);
|
||||||
|
|
||||||
/*
|
|
||||||
extern BOOLEAN VidPlaying (void);*/
|
|
||||||
|
|
||||||
#endif /* _VIDLIB_H */
|
#endif /* _VIDLIB_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user