Main Page | Class List | File List | Class Members | File Members

console.h

Go to the documentation of this file.
00001 // console.h
00002 
00003 #ifndef CONSOLE_H
00004 #define CONSOLE_H
00005 
00006 #include <windows.h>
00007 
00008 void ClearStdOutLine();
00009 void ClearStdOutBuffer();
00010 long GetStdOutWidth();
00011 COORD GetStdOutCoord();
00012 void SetStdOutCoord(COORD coord);
00013 
00014 #endif // CONSOLE_H

Generated on Sun Jun 26 13:43:46 2005 for pingem by  doxygen 1.4.3