diff options
Diffstat (limited to 'game/client/world/chunk_visibility.hh')
| -rw-r--r-- | game/client/world/chunk_visibility.hh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/game/client/world/chunk_visibility.hh b/game/client/world/chunk_visibility.hh new file mode 100644 index 0000000..a57baa1 --- /dev/null +++ b/game/client/world/chunk_visibility.hh @@ -0,0 +1,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 |
