Style: Replace header guards with #pragma once
This commit is contained in:
@ -28,8 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef EXTERNAL_TEXTURE_H
|
||||
#define EXTERNAL_TEXTURE_H
|
||||
#pragma once
|
||||
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
@ -65,5 +64,3 @@ public:
|
||||
ExternalTexture();
|
||||
~ExternalTexture();
|
||||
};
|
||||
|
||||
#endif // EXTERNAL_TEXTURE_H
|
||||
|
||||
Reference in New Issue
Block a user