.\" Generated by the Allegro makedoc utility .TH clear_scene 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME clear_scene \- Initializes a scene. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void clear_scene(BITMAP *bmp); .SH DESCRIPTION Initializes a scene. The bitmap is the bitmap you will eventually render on. .SH SEE ALSO .BR create_scene (3alleg4), .BR scene_polygon3d (3alleg4), .BR render_scene (3alleg4), .BR destroy_scene (3alleg4), .BR scene_gap (3alleg4), .BR exscn3d (3alleg4)