diff options
Diffstat (limited to 'src/net/net.h')
-rw-r--r-- | src/net/net.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/net.h b/src/net/net.h index 12abe18a6..eddc9aeba 100644 --- a/src/net/net.h +++ b/src/net/net.h @@ -45,6 +45,10 @@ void connectToServer(const ServerInfo &server); void unload(); +void loadIgnorePackets(); + +bool isIgnorePacket(const int id); + } // namespace Net #endif // NET_NET_H |