summaryrefslogtreecommitdiffstats
path: root/game/client/chunk_visibility.hh
blob: 70352c9815e67408a89550425156ef7378154241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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  */