summaryrefslogtreecommitdiffstats
path: root/game/shared/world/voxel_storage.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/world/voxel_storage.hh')
-rw-r--r--game/shared/world/voxel_storage.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/game/shared/world/voxel_storage.hh b/game/shared/world/voxel_storage.hh
index fdb6e33..ac7f03d 100644
--- a/game/shared/world/voxel_storage.hh
+++ b/game/shared/world/voxel_storage.hh
@@ -1,5 +1,3 @@
-#ifndef SHARED_VOXEL_STORAGE_HH
-#define SHARED_VOXEL_STORAGE_HH 1
#pragma once
#include "shared/const.hh"
@@ -20,5 +18,3 @@ public:
void deserialize(io::ReadBuffer& buffer);
};
} // namespace world
-
-#endif // SHARED_VOXEL_STORAGE_HH