X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=source%2Fsysutils.h;h=730086968b2e68bfe61ad4ebc762a4d2f78f96c7;hp=c422b7fcf035c48c89a92c0505a76948e4bdbec2;hb=c0e0728ff439ddb364cee26f164e46705beac822;hpb=650560b14cac4bb35589b5b8db99197c5e1345cc diff --git a/source/sysutils.h b/source/sysutils.h index c422b7f..7300869 100644 --- a/source/sysutils.h +++ b/source/sysutils.h @@ -2,7 +2,12 @@ #define SYSUTILS_H_ #include +#include std::string get_system_type(); +Msp::FS::Path get_program_files_x86_dir(); + +template +T get_registry_value(const std::string &); #endif