00001 //-*-Mode: C++;-*- 00002 #ifndef _global_h_ 00003 #define _global_h_ 00004 00005 #include <stdio.h> 00006 00007 typedef enum Direction { North, South, East, West }; 00008 00009 void PrintIndent(int indent); 00010 00011 #endif