Initial public release of rem-essentials
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
namespace rem::log
|
||||
{
|
||||
void Info(const char* message);
|
||||
void Warn(const char* message);
|
||||
void Error(const char* message);
|
||||
void ModuleMissing(const char* feature, const char* moduleName);
|
||||
void ProcMissing(const char* feature, const char* procName);
|
||||
void UnknownFeature(const char* featureName);
|
||||
void FeatureInitFailed(const char* featureName, DWORD exceptionCode);
|
||||
}
|
||||
Reference in New Issue
Block a user