You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dexed/JuceLibraryCode/BinaryData.h

66 lines
2.2 KiB

11 years ago
/* =========================================================================================
This is an auto-generated file: Any edits you make may be overwritten!
*/
#ifndef BINARYDATA_H_22182922_INCLUDED
#define BINARYDATA_H_22182922_INCLUDED
11 years ago
namespace BinaryData
{
10 years ago
extern const char* Switch_48x26_png;
const int Switch_48x26_pngSize = 2261;
extern const char* ButtonUnlabeled_50x30_png;
const int ButtonUnlabeled_50x30_pngSize = 1850;
extern const char* Knob_34x34_png;
10 years ago
const int Knob_34x34_pngSize = 13011;
10 years ago
extern const char* LFO_36_26_png;
10 years ago
const int LFO_36_26_pngSize = 1702;
10 years ago
extern const char* Light_14x14_png;
const int Light_14x14_pngSize = 796;
extern const char* Meter_140x8_png;
const int Meter_140x8_pngSize = 402;
extern const char* Scaling_36_26_png;
10 years ago
const int Scaling_36_26_pngSize = 1538;
10 years ago
extern const char* Slider_26x26_png;
const int Slider_26x26_pngSize = 744;
extern const char* NotoSansRegular_ttf;
const int NotoSansRegular_ttfSize = 306788;
11 years ago
10 years ago
extern const char* NotoSansBold_ttf;
const int NotoSansBold_ttfSize = 311508;
extern const char* builtin_pgm_zip;
const int builtin_pgm_zipSize = 88890;
11 years ago
10 years ago
extern const char* about_png;
const int about_pngSize = 24863;
10 years ago
10 years ago
extern const char* GlobalEditor_864x144_png;
const int GlobalEditor_864x144_pngSize = 17334;
10 years ago
extern const char* OperatorEditor_287x218_png;
const int OperatorEditor_287x218_pngSize = 10927;
10 years ago
11 years ago
// Points to the start of a list of resource names.
extern const char* namedResourceList[];
// Number of elements in the namedResourceList array.
10 years ago
const int namedResourceListSize = 14;
11 years ago
// 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();
}
#endif