mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
17 lines
247 B
C++
17 lines
247 B
C++
#pragma once
|
|
|
|
#include "hal/Configuration.h"
|
|
#include "TactilityHeadlessConfig.h"
|
|
|
|
namespace tt {
|
|
|
|
void initHeadless(const hal::Configuration& config);
|
|
|
|
} // namespace
|
|
|
|
namespace tt::hal {
|
|
|
|
const Configuration& getConfiguration();
|
|
|
|
} // namespace
|