mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 01:45:06 +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
|