Mercurial > hg > touchkeys
view JuceLibraryCode/BinaryData.h @ 17:73d2ec21de9a
Added ability to test the TouchKeys sensors for functionality. Enable the option at compile time.
author | Andrew McPherson <andrewm@eecs.qmul.ac.uk> |
---|---|
date | Tue, 26 Nov 2013 21:42:45 +0000 |
parents | a7738cdb4e8f |
children | dfff66c07936 |
line wrap: on
line source
/* ========================================================================================= This is an auto-generated file: Any edits you make may be overwritten! */ namespace BinaryData { extern const char* tkicon128_png; const int tkicon128_pngSize = 3871; extern const char* tkicon256_png; const int tkicon256_pngSize = 7689; extern const char* tkicon512_png; const int tkicon512_pngSize = 16001; // Points to the start of a list of resource names. extern const char* namedResourceList[]; // Number of elements in the namedResourceList array. extern const int namedResourceListSize; // If you provide the name of one of the binary resource variables above, this function will // return the corresponding data and its size (or a null pointer if the name isn't found). const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw(); }