Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

SysVideo Class Reference


Detailed Description

System dependend video functions.

Definition at line 9 of file SysVideo.h.

Static Public Member Functions

static void setCaption (const std::string &title)


Member Function Documentation

void SysVideo::setCaption const std::string &  title  )  [static]
 

Definition at line 16 of file SysVideo.cpp.

00017 {
00018     SDL_WM_SetCaption(title.c_str(), NULL);
00019 }


The documentation for this class was generated from the following files:
Generated on Wed Jun 1 09:57:02 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2