-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBinaryData.h
36 lines (25 loc) · 1.44 KB
/
BinaryData.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* =========================================================================================
This is an auto-generated file: Any edits you make may be overwritten!
*/
#pragma once
namespace BinaryData
{
extern const char* SedgwickAveDisplayRegular_ttf;
const int SedgwickAveDisplayRegular_ttfSize = 135996;
extern const char* PoppinsMedium_ttf;
const int PoppinsMedium_ttfSize = 156480;
extern const char* PoppinsRegular_ttf;
const int PoppinsRegular_ttfSize = 158192;
// Number of elements in the namedResourceList and originalFileNames arrays.
const int namedResourceListSize = 3;
// 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);
}