00001 #ifndef HEADER_SYSVIDEO_H 00002 #define HEADER_SYSVIDEO_H 00003 00004 #include <string> 00005 00006 /** 00007 * System dependend video functions. 00008 */ 00009 class SysVideo { 00010 public: 00011 static void setCaption(const std::string &title); 00012 }; 00013 00014 #endif