src/vapiAux.h

Ir para a documentação deste ficheiro.
00001 #ifndef _VAPI_AUX_
00002 #define _VAPI_AUX_
00003 #include "vapiTypes.h"
00004 #include "vapiImages.h"
00005 #include "vapiOperation.h"
00006 
00007 
00013 double LoadingProgress;
00014 
00015 vBoolean MainLoadDone;
00016 
00017 char *vapiComaToPoint (char *string);
00018 
00019 char *vapiReturnStringPointer (const char *string);
00020 
00021 void vapi_loading_progress (const char *Message);
00022 
00023 void vapi_loading_progress_main_steps (const char *Message, double steps);
00024 
00025 void vapi_loading_progress_step (const char *Message, double step);
00026 
00027 void vapi_loading_progress_reset ();
00028 
00029 vBoolean vapiFileIsReadable (const char *filename);
00030 
00031 vBoolean vapiIsDirectory (const char *path);
00032 
00033 #endif

Gerado em Tue Jul 24 10:34:58 2007 para Vapi por  doxygen 1.5.1