MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / Create

Method Create

Source/SysPSP/UI/PauseOptionsComponent.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105CPauseOptionsComponent * 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
111IPauseOptionsComponent::IPauseOptionsComponent( CUIContext * p_context, CFunctor * on_resume, CFunctor * on_reset )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected