diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-07 07:24:06 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-07 08:09:31 +0200 |
commit | 71856701c8bedad3d992cb63620e695df8727812 (patch) | |
tree | fd84ea540955df1510aa0cfd24b599008ad13219 /opentrack/tracker.h | |
parent | aa2de50523257778474c9c2ec8da8edbcb31cd8b (diff) |
plugin-support: make header-only, expose as public API
Issue: #151
Some global namespace macros are now prefixed with "OPENTRACK_" to avoid
namespace clashes.
This header is now safe to include in third-party projects.
Diffstat (limited to 'opentrack/tracker.h')
-rw-r--r-- | opentrack/tracker.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opentrack/tracker.h b/opentrack/tracker.h index ace9fa3c..d4dc149f 100644 --- a/opentrack/tracker.h +++ b/opentrack/tracker.h @@ -3,10 +3,11 @@ #include <vector> #include "timer.hpp" -#include "plugin-support.h" +#include "plugin-support.hpp" #include "mappings.hpp" #include "pose.hpp" #include "simple-mat.hpp" +#include "selected-libraries.hpp" #include "../qfunctionconfigurator/functionconfig.h" #include "main-settings.hpp" |