1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

Introjucer: added a header-guard to the binarydata files that are generated

This commit is contained in:
jules 2013-12-11 21:33:03 +00:00
parent f475dcfdb6
commit 9bba8bae5e
11 changed files with 2384 additions and 3085 deletions

View file

@ -4,6 +4,9 @@
*/
#ifndef BINARYDATA_H_62491730_INCLUDED
#define BINARYDATA_H_62491730_INCLUDED
namespace BinaryData
{
extern const char* AudioPluginXCodeScript_txt;
@ -82,3 +85,5 @@ namespace BinaryData
// 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