Revision c5202ea49feb74c4595f269a1c2426bd0379ff39 authored by Konrad Werys on 04 November 2019, 09:10:47 UTC, committed by Konrad Werys on 04 November 2019, 09:10:47 UTC
1 parent ba44969
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