File: BinaryData.h

package info (click to toggle)
juce 4.3.0~repack-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 62,060 kB
  • ctags: 38,418
  • sloc: cpp: 290,180; java: 3,322; makefile: 338; xml: 277; ansic: 255; sh: 182; python: 135
file content (50 lines) | stat: -rw-r--r-- 1,668 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* =========================================================================================

   This is an auto-generated file: Any edits you make may be overwritten!

*/

#ifndef BINARYDATA_H_134119534_INCLUDED
#define BINARYDATA_H_134119534_INCLUDED

namespace BinaryData
{
    extern const char*   tile_background_png;
    const int            tile_background_pngSize = 151;

    extern const char*   cello_wav;
    const int            cello_wavSize = 46348;

    extern const char*   demo_table_data_xml;
    const int            demo_table_data_xmlSize = 5239;

    extern const char*   icons_zip;
    const int            icons_zipSize = 83876;

    extern const char*   juce_icon_png;
    const int            juce_icon_pngSize = 45854;

    extern const char*   juce_module_info;
    const int            juce_module_infoSize = 1404;

    extern const char*   portmeirion_jpg;
    const int            portmeirion_jpgSize = 145904;

    extern const char*   teapot_obj;
    const int            teapot_objSize = 95000;

    extern const char*   treedemo_xml;
    const int            treedemo_xmlSize = 1126;

    // Points to the start of a list of resource names.
    extern const char* namedResourceList[];

    // Number of elements in the namedResourceList array.
    const int namedResourceListSize = 9;

    // 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