#ifndef MYCONST_DOT_H #define MYCONST_DOT_H const int MAXTIME = 4; const int MINTIME = 2; const int NEWPROCPCT = 60; #endif