Mercurial > hg > touchkeys
annotate JuceLibraryCode/BinaryData.h @ 56:b4a2d2ae43cf tip
merge
author | Andrew McPherson <andrewm@eecs.qmul.ac.uk> |
---|---|
date | Fri, 23 Nov 2018 15:48:14 +0000 |
parents | 78b9808a2c65 |
children |
rev | line source |
---|---|
andrewm@2 | 1 /* ========================================================================================= |
andrewm@2 | 2 |
andrewm@2 | 3 This is an auto-generated file: Any edits you make may be overwritten! |
andrewm@2 | 4 |
andrewm@2 | 5 */ |
andrewm@2 | 6 |
andrewm@46 | 7 #ifndef BINARYDATA_H_20480568_INCLUDED |
andrewm@46 | 8 #define BINARYDATA_H_20480568_INCLUDED |
andrewm@46 | 9 |
andrewm@2 | 10 namespace BinaryData |
andrewm@2 | 11 { |
andrewm@2 | 12 extern const char* tkicon128_png; |
andrewm@2 | 13 const int tkicon128_pngSize = 3871; |
andrewm@2 | 14 |
andrewm@2 | 15 extern const char* tkicon256_png; |
andrewm@2 | 16 const int tkicon256_pngSize = 7689; |
andrewm@2 | 17 |
andrewm@2 | 18 extern const char* tkicon512_png; |
andrewm@2 | 19 const int tkicon512_pngSize = 16001; |
andrewm@2 | 20 |
andrewm@2 | 21 // Points to the start of a list of resource names. |
andrewm@2 | 22 extern const char* namedResourceList[]; |
andrewm@2 | 23 |
andrewm@2 | 24 // Number of elements in the namedResourceList array. |
andrewm@46 | 25 const int namedResourceListSize = 3; |
andrewm@2 | 26 |
andrewm@2 | 27 // If you provide the name of one of the binary resource variables above, this function will |
andrewm@2 | 28 // return the corresponding data and its size (or a null pointer if the name isn't found). |
andrewm@2 | 29 const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw(); |
andrewm@2 | 30 } |
andrewm@46 | 31 |
andrewm@46 | 32 #endif |