Home | History | Annotate | Download | only in main

Lines Matching refs:Light

103 #include "light.h"
1241 dst->Light = src->Light;
1243 make_empty_list( &(dst->Light.EnabledList) );
1245 if (dst->Light.Light[i].Enabled) {
1246 insert_at_tail(&(dst->Light.EnabledList), &(dst->Light.Light[i]));