mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54: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
|
|
@ -10,8 +10,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#ifndef __APPHEADERFILE_ONVA5C__
|
||||
#define __APPHEADERFILE_ONVA5C__
|
||||
#pragma once
|
||||
|
||||
#include "AppConfig.h"
|
||||
|
||||
|
|
@ -37,5 +36,3 @@ namespace ProjectInfo
|
|||
const int versionNumber = 0x10000;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __APPHEADERFILE_ONVA5C__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue