]> git.tdb.fi Git - builder.git/blob - source/sysutils.h
Move system-specific code to a separate file
[builder.git] / source / sysutils.h
1 #ifndef SYSUTILS_H_
2 #define SYSUTILS_H_
3
4 #include <string>
5
6 std::string get_system_type();
7
8 #endif