Home
last modified time | relevance | path

Searched refs:s_LytCtrl (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/sources/
Dmain.cpp77 LytCtrl* s_LytCtrl = NULL; variable
252 s_LytCtrl = new LytCtrl(); in InitializeLyt()
253 NW_NULL_ASSERT( s_LytCtrl ); in InitializeLyt()
263 SM_SAFE_DELETE(s_LytCtrl); in TerminateLyt()
535 s_LytCtrl->Render(); in CreateLayoutCache()
559 s_Demo = new Demo( s_GfxCtrl, s_LytCtrl ); in DemoScene()