DOKK / manpages / debian 10 / allegro4-doc / register_datafile_object.3alleg4.en
register_datafile_object(3alleg4) Allegro manual register_datafile_object(3alleg4)

register_datafile_object - Registers load/destroy functions for custom object types. Allegro game programming library.

#include <allegro.h>

void register_datafile_object(int id, void *(*load)(PACKFILE *f, long size), void (*destroy)(void *data));

Used to add custom object types, specifying functions to load and destroy objects of this type.

load_datafile(3alleg4), load_datafile_object(3alleg4), DAT_ID(3alleg4)

version 4.4.2 Allegro