#ifndef CLIENT_CHUNK_VISIBILITY_HH #define CLIENT_CHUNK_VISIBILITY_HH 1 #pragma once #include "shared/types.hh" namespace chunk_visibility { void update_late(void); } // namespace chunk_visibility #endif // CLIENT_CHUNK_VISIBILITY_HH