d72852a6e2
There currently is no practical use to have TactilityHeadless as a subproject. I'm merging it with the Tactility project.
8 lines
60 B
C++
8 lines
60 B
C++
#pragma once
|
|
|
|
namespace tt::network::ntp {
|
|
|
|
void init();
|
|
|
|
}
|