00001 /* $Id: language_selection.hpp 26535 2008-05-11 17:47:32Z mordante $ */ 00002 /* 00003 copyright (c) 2008 by mark de wever <koraq@xs4all.nl> 00004 part of the battle for wesnoth project http://www.wesnoth.org/ 00005 00006 this program is free software; you can redistribute it and/or modify 00007 it under the terms of the gnu general public license version 2 00008 or at your option any later version. 00009 this program is distributed in the hope that it will be useful, 00010 but without any warranty. 00011 00012 see the copying file for more details. 00013 */ 00014 00015 #ifndef __GUI_DIALOGS_LANGUAGE_SELECTION_HPP_INCLUDED__ 00016 #define __GUI_DIALOGS_LANGUAGE_SELECTION_HPP_INCLUDED__ 00017 00018 #include <string> 00019 00020 class CVideo; 00021 00022 namespace gui2 { 00023 00024 class tlanguage_selection 00025 { 00026 public: 00027 tlanguage_selection() : 00028 retval_(0) 00029 {} 00030 00031 void show(CVideo& video); 00032 00033 int get_retval() const { return retval_; } 00034 00035 private: 00036 int retval_; 00037 00038 }; 00039 00040 } // namespace gui2 00041 00042 #endif 00043
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |