Files
csgo2_tiny_server_plugin_sy…/csgo2/tools.h
2023-10-02 18:04:54 +08:00

7 lines
207 B
C++

#pragma once
#include "head.h"
namespace Tools {
auto GetExeFileName() -> std::string;
auto GetExePath() -> std::string;
auto GetFiles(const std::string& path, std::vector<std::string>& files) -> void;
};