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;
References:
engine.ads:9:14
(declaration)
engine.adb:14:14 (body)
engine.adb:34:9 (label)
engine.ads:13:23
(reference)
Calls:
Applications.Close
defined at
applications.ads:39:15
Applications.Delete_Application
defined at
applications.ads:33:15
Applications.Get_Application
defined at
applications.ads:30:14
Applications.Init
defined at
applications.ads:57:14
Applications.Run
defined at
applications.ads:62:15
Debugging.Dbg
defined at
debugging.ads:68:15
Debugging.Dbg
defined at
debugging.ads:58:15
OS_Exit defined at s-os_lib.ads:855:14
Support.Paths.Set_Working_Directory
defined at
support-paths.ads:57:15
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.