]> git.tdb.fi Git - builder.git/blob - source/lib/sysutils.h
Add visibility decorations to the library and plugins
[builder.git] / source / lib / sysutils.h
1 #ifndef SYSUTILS_H_
2 #define SYSUTILS_H_
3
4 #include <string>
5 #include <msp/fs/path.h>
6 #include "libbuilder_api.h"
7
8 LIBBUILDER_API std::string get_system_type();
9 LIBBUILDER_API Msp::FS::Path get_program_files_x86_dir();
10
11 template<typename T>
12 T get_registry_value(const std::string &);
13
14 #endif