src/network/network.h
changeset 9898 75347c78b276
parent 9481 25ed9b0c242a
child 10207 c291a21b304e
--- a/src/network/network.h	Mon Aug 11 22:08:56 2008 +0000
+++ b/src/network/network.h	Mon Aug 11 22:45:11 2008 +0000
@@ -11,6 +11,7 @@
 
 void NetworkStartUp();
 void NetworkShutDown();
+void NetworkDrawChatMessage();
 
 extern bool _networking;         ///< are we in networking mode?
 extern bool _network_server;     ///< network-server is active
@@ -23,6 +24,7 @@
 
 static inline void NetworkStartUp() {}
 static inline void NetworkShutDown() {}
+static inline void NetworkDrawChatMessage() {}
 
 #define _networking 0
 #define _network_server 0