#ifndef _DATA_LIGHT_H_ #define _DATA_LIGHT_H_ // ***** ***** ***** ***** ***** cLight class cLight : public cIndexedRawData { public : cLight(); int GetWidth (); int GetHeight (); template void Decode( short *pBuffer, _T& filter, short* ColorTable ) { PROFILE int w = GetWidth(); int h = GetHeight(); for (int y=0;y { public : cLightLoader_IndexedFullFile (const char* szIndexFile,const char* szDataFile); virtual cLight* GetLight (const int iID); ///< result of Get is only valid until next Get call }; #endif