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/outline.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/game/client/world/outline.hh') diff --git a/src/game/client/world/outline.hh b/src/game/client/world/outline.hh index 2456a32..8fdfdeb 100644 --- a/src/game/client/world/outline.hh +++ b/src/game/client/world/outline.hh @@ -2,15 +2,15 @@ #include "shared/types.hh" -namespace world::outline +namespace outline { void init(void); void shutdown(void); void prepare(void); -} // namespace world::outline +} // namespace outline -namespace world::outline +namespace outline { void cube(const chunk_pos& cpos, const glm::fvec3& fpos, const glm::fvec3& size, float thickness, const glm::fvec4& color); void line(const chunk_pos& cpos, const glm::fvec3& fpos, const glm::fvec3& size, float thickness, const glm::fvec4& color); -} // namespace world::outline +} // namespace outline -- cgit