8 lines
118 B
C
8 lines
118 B
C
#ifndef _MAP_MASS_H_
|
|
#define _MAP_MASS_H_
|
|
|
|
#include "uiuc_aircraft.h"
|
|
|
|
void uiuc_map_mass();
|
|
|
|
#endif // _MAP_MASS_H_
|