Files
rem-essentials-pub/include/rem/runtime.h
T

12 lines
162 B
C++

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