mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 07:25:06 +00:00
14 lines
129 B
C
14 lines
129 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
struct RootConfig {
|
|
const char* model;
|
|
};
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|