Man Page: register_datafile_object
Operating Environment: suse
Section: 3alleg4
register_datafile_object(3alleg4) Allegro manual register_datafile_object(3alleg4)NAMEregister_datafile_object - Registers load/destroy functions for custom object types. Allegro game programming library.SYNOPSIS#include <allegro.h> void register_datafile_object(int id, void *(*load)(PACKFILE *f, long size), void (*destroy)(void *data));DESCRIPTIONUsed to add custom object types, specifying functions to load and destroy objects of this type.SEE ALSOload_datafile(3alleg4), load_datafile_object(3alleg4), DAT_ID(3alleg4) Allegro version 4.4.2 register_datafile_object(3alleg4)
| Related Man Pages |
|---|
| exrotscl(3alleg4) - debian |
| exrotscl(3alleg4) - suse |
| load_datafile(3alleg4) - centos |
| load_datafile(3alleg4) - linux |
| load_datafile(3alleg4) - redhat |
| Similar Topics in the Unix Linux Community |
|---|
| Migrating to UNIX |
| Update kernel Linux without reboot?! |
| Tar Command |
| Docker learning Phase-I |
| 32 bit process addressing more than 4GB |