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

FishDialog.h

Go to the documentation of this file.
00001 #ifndef HEADER_FISHDIALOG_H
00002 #define HEADER_FISHDIALOG_H
00003 
00004 #include "Dialog.h"
00005 
00006 #include <string>
00007 
00008 /**
00009  * Wavy dialog.
00010  */
00011 class FishDialog : public Dialog {
00012     private:
00013         std::string m_fontname;
00014     public:
00015         FishDialog(const std::string &lang,
00016                 const std::string &soundfile, const std::string &subtitle,
00017                 const std::string &fontname);
00018         virtual void runSubtitle(const StringTool::t_args &args) const;
00019 };
00020 
00021 #endif
00022 

Generated on Wed Jun 1 09:54:31 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2