Define the global Timebase instance

pull/30/head
Yuri D'Elia 2021-06-27 14:29:57 +02:00
parent 4d6d6fe0af
commit c6a81637ee
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
namespace modules {
namespace time {
Timebase timebase;
void Timebase::Init() {
}