summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/plugin-api.hpp
blob: d458d25cc84e687803af78e1c0eb2f1e26029065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include "facetracknoir/export.hpp"

#if defined(_WIN32)
#   define CALLING_CONVENTION __stdcall
#else
#   define CALLING_CONVENTION
#endif

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

#ifndef OPENTRACK_CROSS_ONLY
#   include "facetracknoir/plugin-qt-api.hpp"
#endif