/*
* cog-export.h
* Copyright (C) 2021 Igalia S.L.
*
* Distributed under terms of the MIT license.
*/
#pragma once
#if !(defined(COG_INSIDE_COG__) && COG_INSIDE_COG__)
# error "Do not include this header directly, use <cog.h> instead"
#endif
#include <gmodule.h>
#define COG_API G_MODULE_EXPORT