From 71856701c8bedad3d992cb63620e695df8727812 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 7 Jun 2015 07:24:06 +0200 Subject: 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. --- opentrack/tracker.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'opentrack/tracker.h') 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 #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" -- cgit v1.2.3