mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53:07 +01:00
10 lines
164 B
C
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
|