--
-- Copyright (c) 2012 Kevin Wellwood
-- All rights reserved.
--
-- This source code is distributed under the Modified BSD License. For terms and
-- conditions, see license.txt.
--
with Maps; use Maps;
package Game_Views.Ked.Toolbar.Layers_Menu is
-- Builds the gui for the layers menu
procedure Make_Menu( view : not null A_Ked_View;
win : not null A_Window );
-- Call this procedure when a new world is loaded, to update the layers menu
procedure Update_Menu( view : not null A_Ked_View;
layers : not null A_Layer_Array );
end Game_Views.Ked.Toolbar.Layers_Menu;