summaryrefslogtreecommitdiffhomepage
path: root/compat/base-path.hpp
blob: 54e094f42a920a21b736a6f8aec6af8b77a5b457 (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 never_inline
const QString& application_base_path();

#define OPENTRACK_BASE_PATH (application_base_path())