9 lines
118 B
C
9 lines
118 B
C
|
#ifndef _MAP_INIT_H_
|
||
|
#define _MAP_INIT_H_
|
||
|
|
||
|
#include "uiuc_aircraft.h"
|
||
|
|
||
|
void uiuc_map_init();
|
||
|
|
||
|
#endif // _MAP_INIT_H_
|