Snake/SnakeClient/Client/client_global.h
2019-07-28 14:39:40 +03:00

13 lines
234 B
C

#ifndef CLIENT_GLOBAL_H
#define CLIENT_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(CLIENT_LIBRARY)
# define CLIENTSHARED_EXPORT Q_DECL_EXPORT
#else
# define CLIENTSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // CLIENT_GLOBAL_H