00001 /* 00002 * debug.h 00003 * 00004 * Created on: 28.3.2009 00005 * Author: djap 00006 */ 00007 00008 #ifndef DEBUG_H_ 00009 #define DEBUG_H_ 00010 00011 //#define DEBUG_MESSAGES 00012 00013 #ifdef DEBUG_MESSAGES 00014 #include <stdio.h> 00015 #endif 00016 00017 #endif /* DEBUG_H_ */