2024-09-24 14:54:57 +02:00

13 lines
180 B
C

//
// precomp.h
// replicant-metadata
//
#include "foundation/error.h"
#include "foundation/types.h"
#ifdef __cplusplus
#include "api.h"
#include "metadata/metadata.h"
#endif