1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | /*! * \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 |