summaryrefslogtreecommitdiffstats
path: root/src/server/util/util.h
blob: e7a918bba8b8e8eddb7ffbdf7fbcec297102a42c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef UTIL_H_
#define UTIL_H_

// Helper for getting a settings object in various places, so if you ever change the organization, location,
// file format or anything, you won't have to edit in 100 places.
// Use like this:
// settings.value("somekey")

#define CERTSTORAGE ".config/openslx/pvs2/"

namespace Util
{

}

#endif /* UTIL_H_ */