Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/sources/
Dmain.cpp75 LytCtrl* s_LytCtrl = NULL; variable
254 s_LytCtrl = new LytCtrl(); in InitializeLyt()
255 NW_NULL_ASSERT( s_LytCtrl ); in InitializeLyt()
265 SM_SAFE_DELETE(s_LytCtrl); in TerminateLyt()
530 s_LytCtrl->Render(); in CreateLayoutCache()
554 s_Demo = new Demo( s_GfxCtrl, s_LytCtrl ); in DemoScene()