#pragma once
#ifndef CLIC_EXPORT
#ifdef _WINDLL
#define CLIC_EXPORT __declspec(dllexport)
#else
#define CLIC_EXPORT __declspec(dllimport)
#endif