summaryrefslogtreecommitdiff
path: root/src/window-types.hpp
blob: 3b6a19dc9a9785182ed0f4052f7dfcd64a7721cd (plain)
1
2
3
4
5
6
7
8
9
#ifndef PKE_WINDOW_TYPES_HPP
#define PKE_WINDOW_TYPES_HPP

struct PKEWindowProperties {
	unsigned int width = 1280;
	unsigned int height = 720;
};

#endif /* PKE_WINDOW_TYPES_HPP */