summaryrefslogtreecommitdiffstats
path: root/src/game/client/chunk_visibility.hh
blob: 9c0eed1dccf4d7011c19a9a1b49cc337695a0c4d (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