diff mp_msg.h @ 5915:f716aa9e2df2

Convert printf to mp_msg in the network layer
author albeu
date Tue, 30 Apr 2002 16:58:54 +0000
parents 86663f1b9b00
children d0f040d8f53c
line wrap: on
line diff
--- a/mp_msg.h	Tue Apr 30 14:37:41 2002 +0000
+++ b/mp_msg.h	Tue Apr 30 16:58:54 2002 +0000
@@ -70,6 +70,8 @@
 
 #define MSGT_OSD 30
 
+#define MSGT_NETWORK 31
+
 #define MSGT_MAX 64
 
 void mp_msg_init();