hlswmaster-ng/mod_hlswproxy.cpp

26 lines
379 B
C++

#include <string.h>
#include "netpkt.h"
#include "modhelper.h"
#include "mod_hlswproxy.h"
ModHlswProxy::ModHlswProxy(Config& conf)
{
// TODO: implement
}
ModHlswProxy::~ModHlswProxy()
{
// TODO: implement
}
void ModHlswProxy::scan(MultiSock* msock)
{
// TODO: implement
}
int ModHlswProxy::parse(NetPkt* pkt, GameList* glist)
{
// TODO: implement
return PARSE_REJECT;
}