Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
register_datafile_object(3)	 Allegro manual      register_datafile_object(3)

NAME
     register_datafile_object  - Registers load/destroy functions for custom ob-
     ject 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(3), load_datafile_object(3), DAT_ID(3)

Allegro 			  version 4.4.3      register_datafile_object(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=register_datafile_object&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help