Documentation
Table of Contents
Class Inheritance Tree
Navigation
Description
Subprograms & Entries
Index
Engine_
Main
Package:
Engine
Goto spec source
Description
package
Engine
is
Subprograms & Entries
Engine_Main
Goto spec in source
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.