#include <exploder_utils.hpp>
Public Member Functions | |
| exploder_rect () | |
| exploder_rect (int x, int y, int w, int h) | |
| exploder_rect (const std::string &s) | |
Public Attributes | |
| int | x |
| int | y |
| int | w |
| int | h |
Definition at line 40 of file exploder_utils.hpp.
| exploder_rect::exploder_rect | ( | ) | [inline] |
Definition at line 42 of file exploder_utils.hpp.
| exploder_rect::exploder_rect | ( | int | x, | |
| int | y, | |||
| int | w, | |||
| int | h | |||
| ) | [inline] |
Definition at line 43 of file exploder_utils.hpp.
| exploder_rect::exploder_rect | ( | const std::string & | s | ) |
Definition at line 33 of file exploder_utils.cpp.
References h, utils::split(), w, x, and y.

| int exploder_rect::h |
Definition at line 49 of file exploder_utils.hpp.
Referenced by exploder_rect(), and main().
| int exploder_rect::w |
Definition at line 48 of file exploder_utils.hpp.
Referenced by exploder_rect(), and main().
| int exploder_rect::x |
Definition at line 46 of file exploder_utils.hpp.
Referenced by exploder_rect(), and main().
| int exploder_rect::y |
Definition at line 47 of file exploder_utils.hpp.
Referenced by exploder_rect(), and main().
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:12:20 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |