Mercurial > hg > touchkeys
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:6a67be435132 | 2:a7738cdb4e8f |
---|---|
1 /* ========================================================================================= | |
2 | |
3 This is an auto-generated file: Any edits you make may be overwritten! | |
4 | |
5 */ | |
6 | |
7 namespace BinaryData | |
8 { | |
9 extern const char* tkicon128_png; | |
10 const int tkicon128_pngSize = 3871; | |
11 | |
12 extern const char* tkicon256_png; | |
13 const int tkicon256_pngSize = 7689; | |
14 | |
15 extern const char* tkicon512_png; | |
16 const int tkicon512_pngSize = 16001; | |
17 | |
18 // Points to the start of a list of resource names. | |
19 extern const char* namedResourceList[]; | |
20 | |
21 // Number of elements in the namedResourceList array. | |
22 extern const int namedResourceListSize; | |
23 | |
24 // If you provide the name of one of the binary resource variables above, this function will | |
25 // return the corresponding data and its size (or a null pointer if the name isn't found). | |
26 const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw(); | |
27 } |