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