--
-- 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.
--
-- The Project package's body must be implemented by each application using the
-- engine framework. Its intended use is to reference application-specific
-- packages using 'with' to ensure that they are compiled along with the
-- application framework.
package Project is
pragma Elaborate_Body;
end Project;