Index

Package: Loading

Description

private package Tiles.Libraries.Loading is

Subprograms & Entries

Initialize

procedure Initialize;
Initializes the package. Call this before calling Load_From_Disk.

Finalize

procedure Finalize;
Finalizes the package. This should be called before Allegro is shutdown. No more assets can be loaded after finalization.

Load_From_Disk

function Load_From_Disk
( name: String ) return A_Tile_Library;
Loads a library by name from disk. The library returned will continue to load asynchronously so not all bitmaps will be available immediately upon return. However, all the tile and matrices information will be available. If an error occurs then null will be returned.