summaryrefslogtreecommitdiff
path: root/src/tileanimation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tileanimation.h')
-rw-r--r--src/tileanimation.h5
1 files changed, 1 insertions, 4 deletions
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 <iostream>
#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