00001 #ifndef DGL_MESSAGE_H 00002 #define DGL_MESSAGE_H 00003 00004 #ifdef DGL_SIMPLE_MESSAGING 00005 00006 void read_messages(); 00007 void check_messages(); 00008 00009 #endif 00010 00011 #endif