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

Replace include guards with "#pragma once"

This commit is contained in:
hogliux 2017-02-01 16:04:27 +00:00
parent dda135a9eb
commit 2da1bc5f41
473 changed files with 474 additions and 2237 deletions

View file

@ -22,8 +22,7 @@
==============================================================================
*/
#ifndef JUCE_BOX2DRENDERER_H_INCLUDED
#define JUCE_BOX2DRENDERER_H_INCLUDED
#pragma once
//==============================================================================
/** A simple implementation of the b2Draw class, used to draw a Box2D world.
@ -72,6 +71,3 @@ protected:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Box2DRenderer)
};
#endif // JUCE_BOX2DRENDERER_H_INCLUDED