]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/face_position_cache.h
Improve LBMManager::applyLBMs() code
[dragonfireclient.git] / src / face_position_cache.h
index 29ae0f0a98ad99ce8c23c7becd1c5505657c6f80..36cb06484f1724d4706ccda8cd21b4145a111108 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 FACE_POSITION_CACHE_HEADER
-#define FACE_POSITION_CACHE_HEADER
+#pragma once
 
 #include "irr_v3d.h"
 
@@ -40,5 +39,3 @@ class FacePositionCache {
        static std::unordered_map<u16, std::vector<v3s16>> cache;
        static std::mutex cache_mutex;
 };
-
-#endif