ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <recycle.h>
Data Fields | |
struct recycle * | list |
struct recycle * | trash |
size_t | size |
size_t | logsize |
word | numleft |
struct recycle* reroot::list |
Definition at line 38 of file recycle.h.
Referenced by refree(), remkroot(), and renewx().
size_t reroot::logsize |
Definition at line 41 of file recycle.h.
Referenced by remkroot(), and renewx().
word reroot::numleft |
Definition at line 42 of file recycle.h.
Referenced by remkroot(), and renewx().
size_t reroot::size |
Definition at line 40 of file recycle.h.
Referenced by remkroot(), and renewx().
struct recycle* reroot::trash |
Definition at line 39 of file recycle.h.
Referenced by remkroot(), and renewx().