andrewm@2: /* ========================================================================================= andrewm@2: andrewm@2: This is an auto-generated file: Any edits you make may be overwritten! andrewm@2: andrewm@2: */ andrewm@2: andrewm@46: #ifndef BINARYDATA_H_20480568_INCLUDED andrewm@46: #define BINARYDATA_H_20480568_INCLUDED andrewm@46: andrewm@2: namespace BinaryData andrewm@2: { andrewm@2: extern const char* tkicon128_png; andrewm@2: const int tkicon128_pngSize = 3871; andrewm@2: andrewm@2: extern const char* tkicon256_png; andrewm@2: const int tkicon256_pngSize = 7689; andrewm@2: andrewm@2: extern const char* tkicon512_png; andrewm@2: const int tkicon512_pngSize = 16001; andrewm@2: andrewm@2: // Points to the start of a list of resource names. andrewm@2: extern const char* namedResourceList[]; andrewm@2: andrewm@2: // Number of elements in the namedResourceList array. andrewm@46: const int namedResourceListSize = 3; andrewm@2: andrewm@2: // If you provide the name of one of the binary resource variables above, this function will andrewm@2: // return the corresponding data and its size (or a null pointer if the name isn't found). andrewm@2: const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw(); andrewm@2: } andrewm@46: andrewm@46: #endif