Add Prospect.Agent DLL for utility functions

This commit is contained in:
Yury
2025-03-31 01:33:41 +03:00
parent 458585c37f
commit efbacc57d1
11 changed files with 623 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#pragma once
namespace logger
{
void Attach();
void Detach();
bool Print(const char* fmt, ...);
char ReadKey();
}