TeaSpeakLibrary/src/query/command_internal.h

10 lines
154 B
C++

#pragma once
namespace ts {
/* some inlineable implementations */
}
#ifndef WIN32
using ts::command_handler::tliterals::operator""_tstr;
#endif