diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-08 09:12:29 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-08 09:15:34 +0200 |
commit | 5cdbaa67c68e8c595ae1e1894eead76d465fe73c (patch) | |
tree | 8a7c28af407f89f92aface4bb5bf5c5061f71f26 /opentrack/library-path.hpp | |
parent | a22afeb52abddd1411992e64377d96110888f325 (diff) |
gui, api: plugin-support needs to remain header-only
Move "opentrack_library_path" to the gui module.
Diffstat (limited to 'opentrack/library-path.hpp')
-rw-r--r-- | opentrack/library-path.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/opentrack/library-path.hpp b/opentrack/library-path.hpp deleted file mode 100644 index 49a3adb4..00000000 --- a/opentrack/library-path.hpp +++ /dev/null @@ -1,2 +0,0 @@ -#include "export.hpp" -extern "C" OPENTRACK_API_EXPORT const char* opentrack_library_path; |