mirror of
https://github.com/muccc/WomoLIN.git
synced 2026-03-13 04:26:47 +01:00
12 lines
245 B
C++
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)
|
|
{
|
|
}
|
|
}
|