Defs.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "TimeSystem/TimeId.hpp"
6 
7 namespace iv
8 {
9 namespace Defs
10 {
11 
12 namespace Log
13 {
14  extern const LogId TimeUpdates;
15 
16  extern const LogId StreamResources;
17 
18  extern const LogId Input;
19  extern const LogId InputTree;
20  extern const LogId InputEvent;
21  extern const LogId Picking;
22 
23  extern const LogId DelayedLoad;
24 }
25 
26 namespace Time
27 {
28  extern const TimeId Default;
29 }
30 
31 }
32 }