|
From: Charles L. <cn...@us...> - 2009-04-05 17:20:36
|
Update of /cvsroot/hgengine/Mercury/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23856 Modified Files: ScreenOutdoors.h Log Message: need acces to light. Index: ScreenOutdoors.h =================================================================== RCS file: /cvsroot/hgengine/Mercury/src/ScreenOutdoors.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ScreenOutdoors.h 30 Jun 2007 13:42:48 -0000 1.9 --- ScreenOutdoors.h 5 Apr 2009 17:20:27 -0000 1.10 *************** *** 24,27 **** --- 24,28 ---- virtual void Init(); CLASS_RTTI( ScreenOutdoors, MercuryScreen ); + inline MercuryLight * GetLight() { return &m_light; } protected: MercurySkyBox* m_pSkyBox; |