The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
exploder_point Struct Reference

#include <exploder_utils.hpp>

Public Member Functions

 exploder_point ()
 
 exploder_point (int x, int y)
 
 exploder_point (const std::string &s)
 

Public Attributes

int x
 
int y
 

Detailed Description

Definition at line 29 of file exploder_utils.hpp.

Constructor & Destructor Documentation

exploder_point::exploder_point ( )
inline

Definition at line 31 of file exploder_utils.hpp.

exploder_point::exploder_point ( int  x,
int  y 
)
inline

Definition at line 32 of file exploder_utils.hpp.

exploder_point::exploder_point ( const std::string s)

Definition at line 21 of file exploder_utils.cpp.

References mp_ui_alerts::items, and utils::split().

Member Data Documentation

int exploder_point::x

Definition at line 35 of file exploder_utils.hpp.

Referenced by cutter::add_sub_image(), composer::compose(), and main().

int exploder_point::y

Definition at line 36 of file exploder_utils.hpp.

Referenced by cutter::add_sub_image(), composer::compose(), and main().


The documentation for this struct was generated from the following files: