1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00

Re-saved all projects

This commit is contained in:
ed 2018-04-17 08:43:25 +01:00
parent 3e75fce282
commit f47d8d2425
6 changed files with 12 additions and 12 deletions

View file

@ -22,9 +22,9 @@ namespace BinaryData
// 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) noexcept;
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) noexcept;
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8);
}