1 //
2 //	main.h
3 //
4 
5 #ifndef __MAIN_H__
6 #define __MAIN_H__
7 
8 void setProgress (double frac);
9 
10 #endif	// __MAIN_H__
11