register_datafile_object(3alleg4) v7 man page | unix.com

Query: register_datafile_object

OS: v7

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

register_datafile_object(3alleg4)				  Allegro manual				 register_datafile_object(3alleg4)

NAME
register_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)); DESCRIPTION
Used to add custom object types, specifying functions to load and destroy objects of this type. SEE ALSO
load_datafile(3alleg4), load_datafile_object(3alleg4), DAT_ID(3alleg4) Allegro version 4.4.2 register_datafile_object(3alleg4)
Related Man Pages
exfont(3alleg4) - debian
load_datafile(3alleg4) - suse
load_datafile(3alleg4) - plan9
load_datafile(3alleg4) - mojave
load_datafile(3alleg4) - osx
Similar Topics in the Unix Linux Community
[Tip] HACMP 7.1.3 and DB/2-Installation
Need to add prefix using sed or awk from cat the file
Sort by values in the 1st row, leaving first four coulumns untouched
Building JSON command with bash script
Bash - here document on RHEL 6.8 and 6.9 servers aren't working