Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
defines.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_MIMICS_DEFINES_HPP_
2#define IV_SRC_MIMICS_DEFINES_HPP_
3
4#include "math/structs.hpp"
5
7{
8
9inline constexpr iv::math::geometry::Area editorNotificationIconArea {.height = 20, .width = 20};
10inline constexpr iv::math::geometry::Area alarmIconArea {.height = 24, .width = 24};
11
12}// namespace iv::mimics::constants
13
14#endif//IV_SRC_MIMICS_DEFINES_HPP_
Definition defines.hpp:7
constexpr iv::math::geometry::Area editorNotificationIconArea
Definition defines.hpp:9
constexpr iv::math::geometry::Area alarmIconArea
Definition defines.hpp:10
Definition structs.hpp:123