]> git.lizzy.rs Git - minetest.git/blobdiff - src/irr_aabb3d.h
Fix broken FPS/dtime counters in debug info
[minetest.git] / src / irr_aabb3d.h
index 4c6b3f5e6531bc0619c13076149dd8e3883ff054..73bb2db7a3f6aff95d7c8a1b2bc5b9e21d4f565e 100644 (file)
@@ -17,13 +17,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef IRR_AABB3D_HEADER
-#define IRR_AABB3D_HEADER
+#pragma once
 
 #include "irrlichttypes.h"
 
 #include <aabbox3d.h>
 
 typedef core::aabbox3d<f32> aabb3f;
-
-#endif