The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
exploder_composer.hpp
Go to the documentation of this file.
1 /*
2  Copyright (C) 2004 - 2016 by Philippe Plantier <[email protected]>
3  Part of the Battle for Wesnoth Project http://www.wesnoth.org
4 
5  This program is free software; you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation; either version 2 of the License, or
8  (at your option) any later version.
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY.
11 
12  See the COPYING file for more details.
13 */
14 
15 #ifndef EXPLODER_COMPOSER_HPP_INCLUDED
16 #define EXPLODER_COMPOSER_HPP_INCLUDED
17 
18 #include "exploder_utils.hpp"
19 #include "exploder_cutter.hpp"
20 
21 class composer
22 {
23 public:
24  composer();
25 
26  surface compose(const std::string &src, const std::string &dest);
27 
28  void set_interactive(bool value);
29  void set_verbose(bool value);
30 private:
32  bool verbose_;
33 };
34 
35 #endif
36 
surface compose(const std::string &src, const std::string &dest)
GLenum src
Definition: glew.h:2392
void set_interactive(bool value)
void set_verbose(bool value)
GLsizei const GLfloat * value
Definition: glew.h:1817
GLsizei const GLcharARB ** string
Definition: glew.h:4503