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