Custom Broadcasts improvement to add support for specifying ports

This commit is contained in:
ptremor 2021-05-30 19:18:19 -03:00
parent faf15e5d88
commit 02195f5636
4 changed files with 36 additions and 18 deletions

View file

@ -20,6 +20,8 @@
#include "base.h"
struct IP_PORT;
struct DLC_entry {
AppId_t appID;
std::string name;
@ -125,7 +127,7 @@ public:
bool createUnknownLeaderboards() { return create_unknown_leaderboards; }
//custom broadcasts
std::set<uint32> custom_broadcasts;
std::set<IP_PORT> custom_broadcasts;
//stats
std::map<std::string, Stat_config> getStats() { return stats; }