summaryrefslogtreecommitdiffstats
path: root/game/client/world/chunk_visibility.hh
blob: a57baa1823d69b23a36b8381cc6df8def06134ca (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CLIENT_CHUNK_VISIBILITY_HH
#define CLIENT_CHUNK_VISIBILITY_HH 1
#pragma once

namespace world::chunk_visibility
{
void update_late(void);
} // namespace world::chunk_visibility

#endif // CLIENT_CHUNK_VISIBILITY_HH