ctpv/config.h
2022-06-08 05:55:42 +05:00

10 lines
164 B
C

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