Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
layout.h
Go to the documentation of this file.
1#ifndef LAYOUT_H
2#define LAYOUT_H
3
5
7constexpr int get_default_margin_width() noexcept { return 16; }
8
9#endif // LAYOUT_H
constexpr int get_default_margin_width() noexcept
Get the default margin width/size, in pixels.
Definition layout.h:7