#ifndef PROGBAR_H_INCLUDED #define PROGBAR_H_INCLUDED #include "gc.h" extern void DrawProgress( tGC *pGC, tRect *barrect, int percent, const char *addtext ); #endif