1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Replaced Projucer-generated header guards with #pragma once and updated the examples

This commit is contained in:
tpoole 2017-02-17 15:34:10 +00:00
parent 31c80db5a2
commit e33abbc6fe
230 changed files with 322 additions and 1219 deletions

View file

@ -11,8 +11,7 @@
*/
#ifndef __JUCE_APPCONFIG_SBBIZR__
#define __JUCE_APPCONFIG_SBBIZR__
#pragma once
//==============================================================================
// [BEGIN_USER_CODE_SECTION]
@ -223,6 +222,3 @@
#ifndef JUCE_USE_CAMERA
//#define JUCE_USE_CAMERA
#endif
#endif // __JUCE_APPCONFIG_SBBIZR__

View file

@ -4,8 +4,7 @@
*/
#ifndef BINARYDATA_H_134119534_INCLUDED
#define BINARYDATA_H_134119534_INCLUDED
#pragma once
namespace BinaryData
{
@ -46,5 +45,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

View file

@ -10,8 +10,7 @@
*/
#ifndef __APPHEADERFILE_SBBIZR__
#define __APPHEADERFILE_SBBIZR__
#pragma once
#include "AppConfig.h"
@ -47,5 +46,3 @@ namespace ProjectInfo
const int versionNumber = 0x30000;
}
#endif
#endif // __APPHEADERFILE_SBBIZR__