1destroy_scene(3)                Allegro manual                destroy_scene(3)
2
3
4

NAME

6       destroy_scene  -  Deallocates  the memory used by a scene. Allegro game
7       programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       void destroy_scene();
14

DESCRIPTION

16       Deallocate memory previously allocated by  create_scene.  Use  this  to
17       avoid memory leaks in your program.
18
19

SEE ALSO

21       create_scene(3),  scene_polygon3d(3),  clear_scene(3), render_scene(3),
22       scene_gap(3), exscn3d(3)
23
24
25
26Allegro                          version 4.4.3                destroy_scene(3)
Impressum