Ken Van Hoeylandt 5565b77c7c Fixes
2026-01-22 21:31:35 +01:00

14 lines
129 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
struct RootConfig {
const char* model;
};
#ifdef __cplusplus
}
#endif