register_datafile_object - Registers load/destroy functions for custom object types. Allegro game
Contents
Description
Used to add custom object types, specifying functions to load and destroy objects of this type.
Name
register_datafile_object - Registers load/destroy functions for custom object types. Allegro game
programming library.
See Also
load_datafile(3alleg4), load_datafile_object(3alleg4), DAT_ID(3alleg4) Allegro version 4.4.3 register_datafile_object(3alleg4)
Synopsis
#include<allegro.h>voidregister_datafile_object(intid,void*(*load)(PACKFILE*f,longsize),void(*destroy)(void*data));
