#include "funclib.h"#include <pspdebug.h>#include <pspfpu.h>#include "flIncludeC.h"Go to the source code of this file.
Functions | |
| void | flInitialize () |
| Initialize funclib and all of its modules. | |
| void | flTerminate () |
| Terminate funclib and all of its modules. | |
Variables | |
| bool | flRunning = false |
| A boolean to represent the running state of funclib, a non-zero value indicates that funclib is running. | |
| void flInitialize | ( | ) |
Initialize funclib and all of its modules.
Definition at line 21 of file funcLib.c.
References callbackInit(), debugInit(), debugStatusLog, flRunning, fontInit(), graphicsInit(), graphicsSetProjection(), inputInit(), mathInit(), mdlInit(), memInit(), ntfyInit(), and texInit().
| void flTerminate | ( | ) |
Terminate funclib and all of its modules.
Definition at line 103 of file funcLib.c.
References debugStatusLog, flRunning, and memTerm().
Referenced by callbackExit(), debugCriticalErrorFrom(), and debugErrorFrom().
A boolean to represent the running state of funclib, a non-zero value indicates that funclib is running.
Definition at line 19 of file funcLib.c.
Referenced by flInitialize(), flTerminate(), memtDelFrom(), texTreeAdd(), texTreeFindTexByPath(), vmemStrideAlign(), vmemStrideFree(), vmemStrideFreeSpace(), and vmemStrideUsage().
1.5.1