Toggle navigation
ivorium
iv_components
Example project
GitHub
Main Page
Modules
Classes
Files
File List
iv_components
Defs.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
ivorium.hpp
>
4
5
namespace
comp
6
{
7
namespace
Defs
8
{
9
10
namespace
Log
11
{
12
extern
const
iv::LogId
Simulation
;
13
extern
const
iv::LogId
Sectors
;
14
}
15
16
namespace
Input
17
{
18
extern
const
iv::InputId
GameStateButtonTrigger
;
19
}
20
21
namespace
Time
22
{
23
extern
const
iv::TimeId
Physics
;
24
}
25
26
}
27
}