diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-11 18:10:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-12 12:04:27 +0100 |
commit | e5d2902e11ae6ea2e26e0caa6588384225e018f6 (patch) | |
tree | 6b9660910daf250290c339780d5b2ef062646130 /tracker-pt/ftnoir_tracker_pt_settings.cpp | |
parent | 049044f181414991a103ace961214c78171c284d (diff) |
tracker/pt: refactor
- separate .{cpp,hpp} for few classes
- don't include namespaces globally; harmless but looks bad
anyway
- class with all public members to struct
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt_settings.cpp')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt_settings.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_settings.cpp b/tracker-pt/ftnoir_tracker_pt_settings.cpp index 5d4b598f..8a5257d3 100644 --- a/tracker-pt/ftnoir_tracker_pt_settings.cpp +++ b/tracker-pt/ftnoir_tracker_pt_settings.cpp @@ -1,6 +1,6 @@ -#include "ftnoir_tracker_pt_settings.h" +#include "numeric.hpp" -namespace pt_types { +namespace types { constexpr f constants::eps; |