1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Move AudioPluginHost and NetworkGraphicsDemo projects from examples to extras

This commit is contained in:
ed 2018-03-13 09:18:44 +00:00
parent 66ee9d6d6d
commit 44f9a5c256
166 changed files with 0 additions and 0 deletions

View file

@ -1,23 +0,0 @@
/* =========================================================================================
This is an auto-generated file: Any edits you make may be overwritten!
*/
#pragma once
namespace BinaryData
{
extern const char* juce_icon_png;
const int juce_icon_pngSize = 45854;
// Points to the start of a list of resource names.
extern const char* namedResourceList[];
// Number of elements in the namedResourceList array.
const int namedResourceListSize = 1;
// 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();
}