#pragma once #if _DEBUG #include "fstream.h" extern ofstream *sout; #define DEBUG_OUT(x) sout | x | endl; #else #define DEBUG_OUT(x) #endif //NO_CHECKS