diff options
Diffstat (limited to 'stats')
-rw-r--r-- | stats/include/kurator/stats/EventLog.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/stats/include/kurator/stats/EventLog.h b/stats/include/kurator/stats/EventLog.h new file mode 100644 index 0000000..353a0cd --- /dev/null +++ b/stats/include/kurator/stats/EventLog.h @@ -0,0 +1,17 @@ +#pragma once + +#include "BaseLog.h" +#include "events.h" + + +namespace kurator +{ +namespace stats +{ + + +using EventLog = BaseLog<ShipLeft>; + + +} // namespace stats +} // namespace kurator |