summaryrefslogtreecommitdiffhomepage
path: root/compat/base-path.hpp
blob: e80f541f2f762e5d876967485a1ef0b2e54c39e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "macros.hpp"
#include "export.hpp"

#include <QString>

OTR_COMPAT_EXPORT cc_noinline
const QString& application_base_path();

#define OPENTRACK_BASE_PATH (application_base_path())