annotate JuceLibraryCode/BinaryData.h @ 15:585caf503ef5 tip

Tidy up for ROLI
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Tue, 17 May 2016 18:50:19 +0100
parents 25bf17994ef1
children
rev   line source
d@0 1 /* =========================================================================================
d@0 2
d@0 3 This is an auto-generated file: Any edits you make may be overwritten!
d@0 4
d@0 5 */
d@0 6
d@0 7 #ifndef BINARYDATA_H_1701014_INCLUDED
d@0 8 #define BINARYDATA_H_1701014_INCLUDED
d@0 9
d@0 10 namespace BinaryData
d@0 11 {
d@0 12 extern const char* initMFCCVariables_m;
d@0 13 const int initMFCCVariables_mSize = 1883;
d@0 14
d@0 15 // Points to the start of a list of resource names.
d@0 16 extern const char* namedResourceList[];
d@0 17
d@0 18 // Number of elements in the namedResourceList array.
d@0 19 const int namedResourceListSize = 1;
d@0 20
d@0 21 // If you provide the name of one of the binary resource variables above, this function will
d@0 22 // return the corresponding data and its size (or a null pointer if the name isn't found).
d@0 23 const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
d@0 24 }
d@0 25
d@0 26 #endif