function main()
	-- This is a 3D scene
	Is3D( FALSE );

	-- Background
	AddBackground( "BrassOffice\\interro_csi_2" );

	-- Displayable items
	AddSprite( Warrick, 0, 0, 499, 384, nil, VISIBLE, 33, 34 );
end