diff mp_msg.h @ 19568:bd821fd3e244

Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
author reimar
date Mon, 28 Aug 2006 17:05:18 +0000
parents 4231482179b6
children e8885ec63928
line wrap: on
line diff
--- a/mp_msg.h	Mon Aug 28 16:59:29 2006 +0000
+++ b/mp_msg.h	Mon Aug 28 17:05:18 2006 +0000
@@ -97,6 +97,8 @@
 
 #define MSGT_IDENTIFY 41  // -identify output
 
+#define MSGT_RADIO 42
+
 #define MSGT_MAX 64
 
 void mp_msg_init(void);