00001 00002 // Clog.h // 00004 00005 #ifndef CLOG_H 00006 #define CLOG_H 00007 00008 #include <fstream> 00009 #include <iostream> 00010 #include <string> 00011 00012 #include "Platform.h" 00013 00014 namespace X3DTK { 00015 00016 extern std::ofstream cx3d; 00017 00018 } 00019 00020 #endif