Index

Package: Engine

Description

package Engine is

Subprograms & Entries

Engine_Main

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)
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.