From 6c2abde5c99a236453b795abaa6d7d70105e31f7 Mon Sep 17 00:00:00 2001 From: untodesu Date: Fri, 26 Dec 2025 14:50:33 +0500 Subject: Just a big Ctrl+H refactoring --- src/game/client/world/chunk_vbo.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game/client/world/chunk_vbo.hh') diff --git a/src/game/client/world/chunk_vbo.hh b/src/game/client/world/chunk_vbo.hh index 175b34f..da8270e 100644 --- a/src/game/client/world/chunk_vbo.hh +++ b/src/game/client/world/chunk_vbo.hh @@ -1,7 +1,5 @@ #pragma once -namespace world -{ class ChunkVBO final { public: std::size_t size; @@ -19,4 +17,3 @@ public: } } }; -} // namespace world -- cgit