#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 39 of file exploder_utils.hpp.
|
inline |
Definition at line 41 of file exploder_utils.hpp.
Definition at line 42 of file exploder_utils.hpp.
exploder_rect::exploder_rect | ( | const std::string & | s | ) |
Definition at line 32 of file exploder_utils.cpp.
References mp_ui_alerts::items, and utils::split().
int exploder_rect::h |
Definition at line 48 of file exploder_utils.hpp.
Referenced by main().
int exploder_rect::w |
Definition at line 47 of file exploder_utils.hpp.
Referenced by main().
int exploder_rect::x |
Definition at line 45 of file exploder_utils.hpp.
Referenced by main().
int exploder_rect::y |
Definition at line 46 of file exploder_utils.hpp.
Referenced by main().