summaryrefslogtreecommitdiff
path: root/kurator/src/Grid.h
blob: 72660cbff26c5c575a6ca77b03780b8f451215f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include <kurator/engine/Camera.h>


namespace kurator
{


class Grid
{
public:
	void draw(const engine::Camera& camera) const;
};


}  // namespace kurator