ctpv/config.h
2022-06-08 10:39:05 +05:00

10 lines
147 B
C

#ifndef CONFIG_H
#define CONFIG_H
#include "preview.h"
int config_load(VectorPreview *prevs, char *filename);
void config_cleanup(void);
#endif