1destroy_scene(3) Allegro manual destroy_scene(3)
23
4
NAME
6destroy_scene - Deallocates the memory used by a scene. Allegro game
7programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void destroy_scene();
14
DESCRIPTION
16Deallocate memory previously allocated by create_scene. Use this to
17avoid memory leaks in your program.
1819
SEE ALSO
21create_scene(3), scene_polygon3d(3), clear_scene(3), render_scene(3),
22scene_gap(3), exscn3d(3)
2324
25
26
Allegro version 4.2.3 destroy_scene(3)