mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 04:49:16 +00:00
Rename std functions to match the standard
This commit is contained in:
@ -10,7 +10,7 @@ namespace NetworkUDP
|
||||
Socket *UDPSocket;
|
||||
uint16_t Port;
|
||||
};
|
||||
Vector<EventInfo> RegisteredEvents;
|
||||
std::vector<EventInfo> RegisteredEvents;
|
||||
|
||||
UDPEvents::UDPEvents() {}
|
||||
|
||||
|
Reference in New Issue
Block a user