#include "debug.h" #include "init.h" #include "globals.h" int main(int argc, char** argv) { if(argc!=2) return 1; SetDebugLevel(INFO); ParseConfigFile(argv[1]); COUT(INFO)<