Unit alDrv
Description
Defines structs and variables used internally by Allegro and the add-ons.
Note that this unit is FOR INTERNAL USE ONLY. You should NOT use it in any of your projects.
Overview
Classes, Interfaces, Objects and Records
Types
Variables
Description
Types
Variables
al_system_driver: __AL_SYSTEM_DRIVER__ptr; EXTERNAL ALLEGRO_SHARED_LIBRARY_NAME NAME 'system_driver'; |
Pointer to the system driver.
|
al_gfx_driver: __AL_GFX_DRIVER__ptr; EXTERNAL ALLEGRO_SHARED_LIBRARY_NAME NAME 'gfx_driver'; |
Pointer to the current graphics driver.
|
Generated by PasDoc 0.13.0 on 2016-07-20 12:01:35
|