mirror of
https://github.com/muccc/WomoLIN.git
synced 2026-03-11 11:36:48 +01:00
13 lines
265 B
C++
13 lines
265 B
C++
#include "include/protocol.h"
|
|
|
|
namespace womolin::protocol
|
|
{
|
|
|
|
bool Protocol::getKeyValue(const std::string & input,
|
|
std::string & key,
|
|
std::string & value)
|
|
{
|
|
return false;
|
|
}
|
|
}
|