diff options
Diffstat (limited to 'gui/library-path.cpp')
-rw-r--r-- | gui/library-path.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/library-path.cpp b/gui/library-path.cpp new file mode 100644 index 00000000..683dc346 --- /dev/null +++ b/gui/library-path.cpp @@ -0,0 +1,4 @@ +#include "library-path.hpp" +#include "opentrack-library-path.h" + +const char* opentrack_library_path = OPENTRACK_LIBRARY_PATH; |