From 921151d97a2fb2238ab514324fb95e2732248b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Thu, 17 Aug 2017 22:19:39 +0200 Subject: C++ modernize: Pragma once (#6264) * Migrate cpp headers to pragma once --- src/tileanimation.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/tileanimation.h') diff --git a/src/tileanimation.h b/src/tileanimation.h index 9872e7917..0449de0b8 100644 --- a/src/tileanimation.h +++ b/src/tileanimation.h @@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef TILEANIMATION_HEADER -#define TILEANIMATION_HEADER +#pragma once #include #include "irrlichttypes_bloated.h" @@ -58,5 +57,3 @@ struct TileAnimationParams void getTextureModifer(std::ostream &os, v2u32 texture_size, int frame) const; v2f getTextureCoords(v2u32 texture_size, int frame) const; }; - -#endif -- cgit v1.2.3