summaryrefslogtreecommitdiffhomepage
path: root/opentrack/plugin-api.hpp
blob: c5a93e70fe2652c1bc5b7810fb3c04c666cc0913 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "export.hpp"

enum Axis {
    TX = 0, TY, TZ, Yaw, Pitch, Roll
};

#include "plugin-qt-api.hpp"