From ad9cd66554fc2b57b56ca07f33b87fd16c4cfdab Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 20 Jan 2024 18:30:39 +0100 Subject: w --- serialize/world-impl.hpp | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 serialize/world-impl.hpp (limited to 'serialize/world-impl.hpp') diff --git a/serialize/world-impl.hpp b/serialize/world-impl.hpp deleted file mode 100644 index 7eb6c7c9..00000000 --- a/serialize/world-impl.hpp +++ /dev/null @@ -1,34 +0,0 @@ -#pragma once -#include -#include -#include - -namespace floormat::Serialize { - -using tilemeta = uint8_t; -using atlasid = uint32_t; -using chunksiz = uint32_t; -using proto_t = uint32_t; - -template struct int_traits; - -template struct int_traits { static constexpr T max = T(-1); }; -template struct int_traits { static constexpr T max = T(-1)&~(T(1) << sizeof(T)*8-1); }; - -namespace { - - - -} // namespace - -} // namespace floormat::Serialize - -namespace floormat { - -namespace { - - - -} // namespace - -} // namespace floormat -- cgit v1.2.3