1 #ifndef _MAP_INIT_H_
2 #define _MAP_INIT_H_
3 
4 #include "uiuc_aircraft.h"
5 
6 void uiuc_map_init();
7 
8 #endif  // _MAP_INIT_H_
9