summaryrefslogtreecommitdiffhomepage
path: root/opentrack/plugin-api.hpp
blob: a8996d63e13a4a77d150fc30c202070f29dc83e7 (plain)
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