You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ugameengine_global.h 264B

123456789101112
  1. #ifndef UGAMEENGINE_GLOBAL_H
  2. #define UGAMEENGINE_GLOBAL_H
  3. #include <QtCore/qglobal.h>
  4. #if defined(UGAMEENGINE_LIBRARY)
  5. # define UGAMEENGINESHARED_EXPORT Q_DECL_EXPORT
  6. #else
  7. # define UGAMEENGINESHARED_EXPORT Q_DECL_IMPORT
  8. #endif
  9. #endif // UGAMEENGINE_GLOBAL_H