Mercurial > hg > touchkeys
annotate JuceLibraryCode/BinaryData.h @ 2:a7738cdb4e8f
...and the basic Juce headers (external Juce code still needed; modules set not to copy)
author | Andrew McPherson <andrewm@eecs.qmul.ac.uk> |
---|---|
date | Mon, 11 Nov 2013 18:22:48 +0000 |
parents | |
children | dfff66c07936 |
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@2 | 7 namespace BinaryData |
andrewm@2 | 8 { |
andrewm@2 | 9 extern const char* tkicon128_png; |
andrewm@2 | 10 const int tkicon128_pngSize = 3871; |
andrewm@2 | 11 |
andrewm@2 | 12 extern const char* tkicon256_png; |
andrewm@2 | 13 const int tkicon256_pngSize = 7689; |
andrewm@2 | 14 |
andrewm@2 | 15 extern const char* tkicon512_png; |
andrewm@2 | 16 const int tkicon512_pngSize = 16001; |
andrewm@2 | 17 |
andrewm@2 | 18 // Points to the start of a list of resource names. |
andrewm@2 | 19 extern const char* namedResourceList[]; |
andrewm@2 | 20 |
andrewm@2 | 21 // Number of elements in the namedResourceList array. |
andrewm@2 | 22 extern const int namedResourceListSize; |
andrewm@2 | 23 |
andrewm@2 | 24 // If you provide the name of one of the binary resource variables above, this function will |
andrewm@2 | 25 // return the corresponding data and its size (or a null pointer if the name isn't found). |
andrewm@2 | 26 const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw(); |
andrewm@2 | 27 } |