Я пересоздал репозиторий из-за большого количества мусора в прошлом
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
void Log(const char* msg);
|
||||
void Log(const std::string& msg);
|
||||
|
||||
void Message(const char* msg);
|
||||
void Message(const std::string& msg);
|
||||
Reference in New Issue
Block a user