9 lines
134 B
C
9 lines
134 B
C
|
#ifndef _MAP_GEOMETRY_H_
|
||
|
#define _MAP_GEOMETRY_H_
|
||
|
|
||
|
#include "uiuc_aircraft.h"
|
||
|
|
||
|
void uiuc_map_geometry();
|
||
|
|
||
|
#endif // _MAP_GEOMETRY_H_
|