9 lines
130 B
C
9 lines
130 B
C
|
#ifndef _MAP_RECORD2_H_
|
||
|
#define _MAP_RECORD2_H_
|
||
|
|
||
|
#include "uiuc_aircraft.h"
|
||
|
|
||
|
void uiuc_map_record2();
|
||
|
|
||
|
#endif // _MAP_RECORD2_H_
|