Defs.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "LumaSystem.hpp"
4 
5 namespace iv
6 {
7 namespace Defs
8 {
9 
10 namespace Style
11 {
12  extern const LumaStyleId Default;
13 }
14 
15 namespace Input
16 {
17  extern const InputId UI_Up;
18  extern const InputId UI_Down;
19  extern const InputId UI_Left;
20  extern const InputId UI_Right;
21  extern const InputId UI_MousePrimary;
22 }
23 
24 }
25 }