| 88 | std::vector<Ouchy::Ptr> Ouchy::m_ouchies; |
| 89 | |
| 90 | Ouchy::Ouchy( sfg::Button::Ptr button ) : |
| 91 | m_button( button ), |
| 92 | m_state( false ) |
| 93 | { |
| 94 | } |
| 95 | |
| 96 | void Ouchy::DoOuch() { |
| 97 | if( !m_state ) { |
nothing calls this directly
no outgoing calls
no test coverage detected