#ifndef GLTB_PROCESSINFO_H #define GLTB_PROCESSINFO_H #include namespace gltb { std::wstring executableFullName(); unsigned long long totalAllocatedMemory(); } #endif