]> git.tdb.fi Git - builder.git/blob - source/sysutils.h
Add drivers for the MSVC toolchain
[builder.git] / source / sysutils.h
1 #ifndef SYSUTILS_H_
2 #define SYSUTILS_H_
3
4 #include <string>
5 #include <msp/fs/path.h>
6
7 std::string get_system_type();
8 Msp::FS::Path get_program_files_x86_dir();
9
10 template<typename T>
11 T get_registry_value(const std::string &);
12
13 #endif