1al_close_video(3) al_close_video(3)
23
4
NAME
6al_close_video - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_video.h>
1011
void al_close_video(ALLEGRO_VIDEO *video)
12
DESCRIPTION
14Closes the video and frees all allocated resources. The video pointer
15is invalid after the function returns.
16
SINCE
185.1.0
1920
21
22
Allegro reference manual al_close_video(3)