mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-21 16:05:05 +00:00
12 lines
119 B
C
12 lines
119 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <Tactility/drivers/Root.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|