diff options
Diffstat (limited to 'src/io.h')
-rw-r--r-- | src/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ #include "gzstream.h" #include "param.h" +#define tab(col) ( col ? "\t" : "") + using namespace std; void ProgressBar(string str, double p, double total); |