mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Replaced Projucer-generated header guards with #pragma once and updated the examples
This commit is contained in:
parent
31c80db5a2
commit
e33abbc6fe
230 changed files with 322 additions and 1219 deletions
|
|
@ -4,8 +4,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#ifndef BINARYDATA_H_65160528_INCLUDED
|
||||
#define BINARYDATA_H_65160528_INCLUDED
|
||||
#pragma once
|
||||
|
||||
namespace BinaryData
|
||||
{
|
||||
|
|
@ -22,5 +21,3 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue