mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 15:35:05 +00:00
10 lines
114 B
C++
10 lines
114 B
C++
#include <Tactility/Driver.h>
|
|
|
|
extern "C" {
|
|
|
|
extern void register_platform_drivers() {
|
|
/* Placeholder */
|
|
}
|
|
|
|
}
|