| 103 | |
| 104 | |
| 105 | CPauseOptionsComponent * CPauseOptionsComponent::Create( CUIContext * p_context, CFunctor * on_resume, CFunctor * on_reset ) |
| 106 | { |
| 107 | return new IPauseOptionsComponent( p_context, on_resume, on_reset ); |
| 108 | } |
| 109 | |
| 110 | |
| 111 | IPauseOptionsComponent::IPauseOptionsComponent( CUIContext * p_context, CFunctor * on_resume, CFunctor * on_reset ) |
nothing calls this directly
no outgoing calls
no test coverage detected