ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <slib.h>
Data Fields | |
struct _slib_exp_lib * | tail |
struct _slib_exp_lib * | head |
The LOADCORE library has a routine that returns a pointer to the following structure. It keeps track of all libraries added to the system with RegisterLibraryEntries().
struct _slib_exp_lib* slib_exp_lib_list_t::head |
Definition at line 47 of file slib.h.
Referenced by slib_exp_lib_list(), and slib_get_exp_lib().
struct _slib_exp_lib* slib_exp_lib_list_t::tail |
Definition at line 46 of file slib.h.
Referenced by slib_exp_lib_list(), and slib_get_exp_lib().