comparison mp_msg.h @ 4044:5db51705d5c7

MSGT_PLAYTREE added
author arpi
date Tue, 08 Jan 2002 01:52:11 +0000
parents a75add28f16c
children 3473ca9ef158
comparison
equal deleted inserted replaced
4043:25590564842f 4044:5db51705d5c7
57 57
58 #define MSGT_OSDEP 25 // OS Dependant parts (linux/ for now) 58 #define MSGT_OSDEP 25 // OS Dependant parts (linux/ for now)
59 59
60 #define MSGT_SPUDEC 26 // spudec.c 60 #define MSGT_SPUDEC 26 // spudec.c
61 61
62 #define MSGT_PLAYTREE 27 // Playtree handeling (playtree.c, playtreeparser.c)
63
62 #define MSGT_MAX 64 64 #define MSGT_MAX 64
63 65
64 void mp_msg_init(int verbose); 66 void mp_msg_init(int verbose);
65 void mp_msg_c( int x, const char *format, ... ); 67 void mp_msg_c( int x, const char *format, ... );
66 68