Initial public release of rem-essentials
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
namespace rem
|
||||
{
|
||||
bool IsServer();
|
||||
bool IsClient();
|
||||
bool IsWine();
|
||||
HMODULE GetModule(const char* moduleName);
|
||||
}
|
||||
Reference in New Issue
Block a user