Go to the documentation of this file.
29 #ifndef THOR_CONFIG_HPP
30 #define THOR_CONFIG_HPP
32 #include <Aurora/Config.hpp>
36 #if (defined(_WIN32) || defined(__WIN32__)) && !defined(SFML_STATIC)
40 #define THOR_API __declspec(dllexport)
44 #define THOR_API __declspec(dllimport)
46 #endif // THOR_EXPORTS
50 #pragma warning(disable: 4251)
62 #define THOR_VERSION_MAJOR 2
63 #define THOR_VERSION_MINOR 0
66 #endif // THOR_CONFIG_HPP