#ifndef CLIGHTPARAMETERS_H #define CLIGHTPARAMETERS_H #include #include class CLightParameters { CPropertyStruct *mpStruct; EGame mGame; public: CLightParameters(CPropertyStruct *pStruct, EGame game); ~CLightParameters(); int LightLayerIndex(); }; #endif // CLIGHTPARAMETERS_H