|
@@ -0,0 +1,20 @@
|
|
|
+/*
|
|
|
+ * Author: Patrick-Christopher Mattulat
|
|
|
+ * Company: Lynar Studios
|
|
|
+ * E-Mail: webmaster@lynarstudios.com
|
|
|
+ * Created: 2022-06-29
|
|
|
+ * Changed: 2022-06-29
|
|
|
+ *
|
|
|
+ * */
|
|
|
+
|
|
|
+#ifndef LS_STD_DYNAMIC_GOAL_HPP
|
|
|
+#define LS_STD_DYNAMIC_GOAL_HPP
|
|
|
+
|
|
|
+#ifdef _WIN32
|
|
|
+#include <ls_std/os/windows/msvc_dll_definitions.hpp>
|
|
|
+#endif
|
|
|
+#if defined(unix) || defined(__APPLE__)
|
|
|
+#include <ls_std/os/unix/unix_so_definitions.hpp>
|
|
|
+#endif
|
|
|
+
|
|
|
+#endif
|