mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
13 lines
210 B
C++
13 lines
210 B
C++
#pragma once
|
|
|
|
#include "Hal/Configuration.h"
|
|
#include "TactilityHeadlessConfig.h"
|
|
|
|
namespace tt {
|
|
|
|
void init(const hal::Configuration& config);
|
|
|
|
const hal::Configuration& get_hardware_config();
|
|
|
|
} // namespace
|