Files
csgo2_tiny_server_plugin_sy…/csgo2/tools.h

7 lines
207 B
C
Raw Normal View History

2023-10-02 18:04:54 +08:00
#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;
};