Page MenuHomec4science

cellulo-unity_global.h
No OneTemporary

File Metadata

Created
Wed, Apr 24, 11:56

cellulo-unity_global.h

#ifndef CELLULOUNITY_GLOBAL_H
#define CELLULOUNITY_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(CELLULOUNITY_LIBRARY)
# define CELLULOUNITYSHARED_EXPORT Q_DECL_EXPORT
#else
# define CELLULOUNITYSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // CELLULOUNITY_GLOBAL_H

Event Timeline