PrimeWorldEditor/src/Core/CLightParameters.h
2016-01-02 10:24:40 -07:00

19 lines
364 B
C++

#ifndef CLIGHTPARAMETERS_H
#define CLIGHTPARAMETERS_H
#include "Core/Resource/CGameArea.h"
#include "Core/Resource/Script/IProperty.h"
class CLightParameters
{
CPropertyStruct *mpStruct;
EGame mGame;
public:
CLightParameters(CPropertyStruct *pStruct, EGame game);
~CLightParameters();
int LightLayerIndex();
};
#endif // CLIGHTPARAMETERS_H