changeset 3821:a75add28f16c

spudec added
author arpi
date Fri, 28 Dec 2001 01:09:28 +0000
parents 8f7fab2e89bf
children cdaacdac6571
files mp_msg.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mp_msg.h	Fri Dec 28 01:03:57 2001 +0000
+++ b/mp_msg.h	Fri Dec 28 01:09:28 2001 +0000
@@ -57,6 +57,8 @@
 
 #define MSGT_OSDEP 25	// OS Dependant parts (linux/ for now)
 
+#define MSGT_SPUDEC 26	// spudec.c
+
 #define MSGT_MAX 64
 
 void mp_msg_init(int verbose);