mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCEMP-Server.git
synced 2026-09-23 11:06:39 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
void ServerLog_Init();
|
||||
void ServerLog_Close();
|
||||
void ServerLog(const wchar_t* fmt, ...);
|
||||
void ServerWarn(const wchar_t* fmt, ...);
|
||||
void ServerLog_RegisterInput(std::wstring* buffer);
|
||||
void ServerLog_UnregisterInput();
|
||||
void ServerLog_LockOutput();
|
||||
void ServerLog_UnlockOutput();
|
||||
Reference in New Issue
Block a user