Legaeli 54c64845d2 Completed Spacing, Shape and Opacity struct.
TODO: Complete further structs.
2025-10-27 19:01:17 +01:00

49 lines
1.8 KiB
C++

/* =========================================================================================
This is an auto-generated file: Any edits you make may be overwritten!
*/
#pragma once
namespace BinaryData
{
extern const char* horizon_otf;
const int horizon_otfSize = 75612;
extern const char* horizon_outlined_otf;
const int horizon_outlined_otfSize = 120788;
extern const char* Inter_28ptSemiBold_ttf;
const int Inter_28ptSemiBold_ttfSize = 343244;
extern const char* JetBrainsMonoRegular_ttf;
const int JetBrainsMonoRegular_ttfSize = 273900;
extern const char* OrbitronBold_ttf;
const int OrbitronBold_ttfSize = 24668;
extern const char* OrbitronRegular_ttf;
const int OrbitronRegular_ttfSize = 24716;
extern const char* RobotoRegular_ttf;
const int RobotoRegular_ttfSize = 146004;
// Number of elements in the namedResourceList and originalFileNames arrays.
const int namedResourceListSize = 7;
// 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);
}