summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/ftnoir_tracker_pt_settings.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-09-16 16:10:52 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-09-16 18:04:36 +0200
commitb3476cc5f25c6039ebec6174c9e719f0ca37d24f (patch)
tree37bc982a87495cad0f466d93c966032e8b8ee0be /tracker-pt/ftnoir_tracker_pt_settings.cpp
parent707edf55646b62d74a3ff3de9acc274687c13e05 (diff)
tracker/pt: get rid of pt_types class
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt_settings.cpp')
-rw-r--r--tracker-pt/ftnoir_tracker_pt_settings.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_settings.cpp b/tracker-pt/ftnoir_tracker_pt_settings.cpp
new file mode 100644
index 00000000..e685960c
--- /dev/null
+++ b/tracker-pt/ftnoir_tracker_pt_settings.cpp
@@ -0,0 +1,8 @@
+#include "ftnoir_tracker_pt_settings.h"
+
+namespace pt_types {
+
+constexpr f constants::eps;
+constexpr f constants::pi;
+
+}