dynamic-goal.hpp 525 B

1234567891011121314151617181920
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2022-11-06
  6. * Changed: 2023-06-02
  7. *
  8. * */
  9. #ifndef LS_MATH_DYNAMIC_GOAL_HPP
  10. #define LS_MATH_DYNAMIC_GOAL_HPP
  11. #if defined(_WIN32) && defined(_MSC_VER)
  12. #include <ls-math/os/windows/msvc_dll_definitions.hpp>
  13. #endif
  14. #if defined(unix) || defined(__APPLE__) || defined(_WIN32) && defined(__GNUC__)
  15. #include <ls-math/os/unix/unix-so-definitions.hpp>
  16. #endif
  17. #endif