11 lines
124 B
C
11 lines
124 B
C
|
//321654
|
||
|
|
||
|
#ifndef _MAP_FOG_H_
|
||
|
#define _MAP_FOG_H_
|
||
|
|
||
|
#include "uiuc_aircraft.h"
|
||
|
|
||
|
void uiuc_map_fog();
|
||
|
|
||
|
#endif // _MAP_FOG_H_
|