XNSim/XNModels/XNAerodynamics/XNAerodynamics/XNAerodynamics_global.h

11 lines
289 B
C
Executable File

#ifndef XNAERODYNAMICS_GLOBAL_H
#define XNAERODYNAMICS_GLOBAL_H
#if defined(XNAERODYNAMICS_LIBRARY)
# define XNAERODYNAMICS_EXPORT __attribute__((visibility("default")))
#else
# define XNAERODYNAMICS_EXPORT __attribute__((visibility("default")))
#endif
#endif // XNAERODYNAMICS_GLOBAL_H