windows integration

Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
2025-11-26 13:56:19 +01:00
parent bf62ec97dc
commit 5023b63a7e
10 changed files with 440 additions and 56 deletions

20
info_over_me.h Normal file
View File

@@ -0,0 +1,20 @@
#ifndef INFO_OVER_ME_H
#define INFO_OVER_ME_H
#include <string>
class InfoOverMe
{
public:
std::string containingFolder();
public:
std::string myHostname();
std::string myOsHostname();
std::string myId();
public:
InfoOverMe();
};
#endif // INFO_OVER_ME_H