Переименовывание в LuaVox

This commit is contained in:
2025-02-05 09:54:09 +06:00
parent fbf0727d18
commit cef88fc199
29 changed files with 52 additions and 42 deletions

View File

@@ -3,7 +3,7 @@
#include <cstdint>
#include <glm/ext.hpp>
namespace AL {
namespace LV {
namespace Pos {
struct Local4_u {
@@ -125,7 +125,7 @@ struct LightPrism {
namespace std {
#define hash_for_pos(type) template <> struct hash<AL::Pos::type> { std::size_t operator()(const AL::Pos::type& obj) const { return std::hash<AL::Pos::type::Key>()((AL::Pos::type::Key) obj); } };
#define hash_for_pos(type) template <> struct hash<LV::Pos::type> { std::size_t operator()(const LV::Pos::type& obj) const { return std::hash<LV::Pos::type::Key>()((LV::Pos::type::Key) obj); } };
hash_for_pos(Local4_u)
hash_for_pos(Local16_u)
hash_for_pos(Local16)
@@ -133,4 +133,4 @@ hash_for_pos(GlobalChunk)
hash_for_pos(GlobalRegion)
#undef hash_for_pos
}
}