funcLib.c File Reference

#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.


Function Documentation

void flInitialize (  ) 

Initialize funclib and all of its modules.

Note:
This sets flRunning to a non-zero value.

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.

Note:
This sets flRunning to zero.

Definition at line 103 of file funcLib.c.

References debugStatusLog, flRunning, and memTerm().

Referenced by callbackExit(), debugCriticalErrorFrom(), and debugErrorFrom().


Variable Documentation

bool flRunning = false

A boolean to represent the running state of funclib, a non-zero value indicates that funclib is running.

Note:
This should be used in infinite loops (e.g while(1) -> while(flRunning) )

Definition at line 19 of file funcLib.c.

Referenced by flInitialize(), flTerminate(), memtDelFrom(), texTreeAdd(), texTreeFindTexByPath(), vmemStrideAlign(), vmemStrideFree(), vmemStrideFreeSpace(), and vmemStrideUsage().


Generated on Wed Sep 5 19:04:03 2007 for funcLib by  doxygen 1.5.1