--
-- 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.
--
package Applications.Gui.Games.Keen is
pragma Elaborate_Body;
private
type Keen_Application is new Game_Application with null record;
procedure Draw_Loading_Screen( this : access Keen_Application );
function Initialize( this : access Keen_Application ) return Boolean;
procedure Load_Resources( this : access Keen_Application );
end Applications.Gui.Games.Keen;