Teaspeak-Server/file/local_server/clnpath.h
WolverinDEV fd256411d1 Update
2020-05-03 14:06:34 +02:00

6 lines
108 B
C++

#pragma once
#include <string>
#include <string_view>
extern std::string clnpath(const std::string_view&);