Spawn level: Add 'get_spawn_level(x, z)' API
[oweals/minetest.git] / src / clientmap.h
index 761d124e7289bf4c3044c82f8f4212517a69b644..8402bb00d5d88e43fa56f99c7e8c394788a49a15 100644 (file)
@@ -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 CLIENTMAP_HEADER
-#define CLIENTMAP_HEADER
+#pragma once
 
 #include "irrlichttypes_extrabloated.h"
 #include "map.h"
@@ -137,6 +136,3 @@ private:
        bool m_cache_bilinear_filter;
        bool m_cache_anistropic_filter;
 };
-
-#endif
-