增加serverfunctionhash函数
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#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;
|
||||
};
|
||||
auto GetExeFileName() -> std::string;
|
||||
auto GetExePath() -> std::string;
|
||||
auto GetFiles(const std::string& path, std::vector<std::string>& files) -> void;
|
||||
auto GetDirs(const std::string& path)
|
||||
-> std::pair<std::vector<std::string>, std::vector<std::string>>;
|
||||
}; // namespace Tools
|
||||
|
||||
Reference in New Issue
Block a user