Revision a763b81ee81810f5fa544165d5053bde478b2dbd authored by Konrad Werys on 28 November 2019, 13:47:50 UTC, committed by Konrad Werys on 28 November 2019, 13:47:50 UTC
1 parent e3f0532
Raw File
tomatolib_export.h
/*!
 * \file tomatolib_export.h
 * \author Konrad Werys
 * \date 2018/08/13
 */

#ifndef TOMATOLIB_EXPORT_H
#define TOMATOLIB_EXPORT_H

#ifndef TOMATOLIB_EXPORT
#define TOMATOLIB_EXPORT
#endif

#ifndef TOMATOLIB_COMPILED
#define TOMATOLIB_COMPILED
#endif

#endif //TOMATOLIB_EXPORT_H
back to top