summaryrefslogtreecommitdiffhomepage
path: root/draw/wall.hpp
blob: ca25f9dbdcab1cf6f1367b019824f7afd0117436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

namespace floormat {

struct tile_shader;
class chunk;

struct wall_mesh
{
    wall_mesh();

    void draw(tile_shader& shader, chunk& c);

};

} // namespace floormat