00001 #ifndef FUNCLIB_H 00002 #define FUNCLIB_H 00003 00004 #include <pspkernel.h> 00005 #include "flGlobal.h" 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00016 extern bool flRunning; 00017 00018 00023 extern void flInitialize(); 00024 00029 extern void flTerminate(); 00030 00031 #if FL_INCLUDE_ALL_H != 0 00032 #include "flIncludeH.h" 00033 #endif 00034 00035 #ifdef __cplusplus 00036 } 00037 #endif 00038 00039 #endif