r5sdk/r5net/include/r5/serverlisting.h
IcePixelx a78484b5c5 Read description for changes.
* Updated r5net. Checking for version number now.
* Added SQVM_Warning hook.
* Adjusted IsFlagSet, will only mask off DEV_FLAGS in Release compile now.
* Empty hostname cvars.
2021-08-15 19:57:33 +02:00

15 lines
205 B
C++

#pragma once
struct ServerListing
{
std::string name;
std::string map;
std::string ip;
std::string port;
std::string gamemode;
std::string password;
std::string checksum;
std::string version;
};