1
0
Fork 0
mirror of https://github.com/galaxyhaxz/devilution synced 2025-02-23 12:44:54 +00:00
devilution/2020_03_31/Source/movie.h
PrisonOfMirrors b720183846 initial up
2020-11-28 18:24:54 -06:00

11 lines
278 B
C

//HEADER_GOES_HERE
#ifndef __MOVIE_H__
#define __MOVIE_H__
extern BOOLEAN movie_playing;
extern BOOL loop_movie;
void play_movie(const char *pszMovie, BOOL bCanSkip);
LRESULT CALLBACK MovieWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
#endif /* __MOVIE_H__ */