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


namespace kurator
{


class Window
{
public:
	Window();
	~Window();
	bool should_close() const;
};


}  // namespace kurator