Index

Package: Engine

Description

package Engine is

Subprograms & Entries

Engine_Main

function Engine_Main
( argc: Integer;
argv: Address ) return Integer;
The engine's main procedure for running the application. This is exported to the C runtime to be called by the executable's actual main procedure after Allegro initialization and Ada elaboration.