Files
psopeeps-newserv/src/ProxyCommands.hh
T
2023-04-16 15:44:12 -07:00

17 lines
310 B
C++

#pragma once
#include <stdint.h>
#include <string>
#include "ProxyServer.hh"
#include "ServerState.hh"
void on_proxy_command(
std::shared_ptr<ServerState> s,
ProxyServer::LinkedSession& session,
bool from_server,
uint16_t command,
uint32_t flag,
std::string& data);