/
nightflash
/
MIDI2LR
Обзор
Документация
Войти
/
nightflash
/
MIDI2LR
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
external/JuceLibraryCode/BinaryData.h
30 строк
1 KB
Rory Jaffe
add bold european/thai text font, simplify juce project, font copyright
27 окт 2020, 21:37
27 окт 2020, 21:37
f6309f0
Код
Авторство
О чём код?
/* ========================================================================================= This is an auto-generated file: Any edits you make may be overwritten! */ #pragma once namespace BinaryData { extern const char* MIDI2LR_png; const int MIDI2LR_pngSize = 6750; // Number of elements in the namedResourceList and originalFileNames arrays. const int namedResourceListSize = 1; // Points to the start of a list of resource names. extern const char* namedResourceList[]; // Points to the start of a list of resource filenames. extern const char* originalFilenames[]; // 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); // If you provide the name of one of the binary resource variables above, this function will // return the corresponding original, non-mangled filename (or a null pointer if the name isn't found). const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8); }