summaryrefslogtreecommitdiff
path: root/src/mapnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapnode.h')
-rw-r--r--src/mapnode.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mapnode.h b/src/mapnode.h
index 9c56a7e17..200a51207 100644
--- a/src/mapnode.h
+++ b/src/mapnode.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 MAPNODE_HEADER
-#define MAPNODE_HEADER
+#pragma once
#include "irrlichttypes_bloated.h"
#include "light.h"
@@ -304,6 +303,3 @@ private:
// Deprecated serialization methods
void deSerialize_pre22(u8 *source, u8 version);
};
-
-#endif
-