1 2 3 4 5 6 7 8 9 10 11
#pragma once #include "export.hpp" enum Axis { TX = 0, TY, TZ, Yaw, Pitch, Roll }; #ifndef OPENTRACK_CROSS_ONLY # include "plugin-qt-api.hpp" #endif