00001 /* 00002 * File: travel_defs.h 00003 * Summary: Just because typedefs can't be forward declared. Argh. 00004 * Written by: Darshan Shaligram 00005 */ 00006 00007 #ifndef TRAVEL_DEFS_H 00008 #define TRAVEL_DEFS_H 00009 00010 #include "defines.h" 00011 00012 typedef int travel_distance_col[GYM]; 00013 typedef travel_distance_col travel_distance_grid_t[GXM]; 00014 00015 #endif