Files
WomoLIN/Software/WomoLin/lib/protocol.cpp
2019-12-09 21:24:14 +01:00

12 lines
245 B
C++

#include "include/protocol.h"
namespace womolin::protocol
{
void Protocol::getKeyValue(const std::string & input,
std::string & key,
std::string & value)
{
}
}