9 lines
110 B
C
9 lines
110 B
C
|
#ifndef _MAP_CY_H_
|
||
|
#define _MAP_CY_H_
|
||
|
|
||
|
#include "uiuc_aircraft.h"
|
||
|
|
||
|
void uiuc_map_CY();
|
||
|
|
||
|
#endif // _MAP_CY_H_
|