Files

12 lines
162 B
C++

#pragma once
#include <windows.h>
namespace rem
{
bool IsServer();
bool IsClient();
bool IsWine();
HMODULE GetModule(const char* moduleName);
}