X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsysutils.h;h=730086968b2e68bfe61ad4ebc762a4d2f78f96c7;hb=8f99b70eb78bdb5537afc77aa283961a2e825506;hp=c422b7fcf035c48c89a92c0505a76948e4bdbec2;hpb=1f694afd5fc5e282c3e814d4f3a96ff0f7c928cd;p=builder.git 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