2000-03-22 22:01:33 +00:00
|
|
|
#ifndef _INITIALIZEMAPS_H_
|
|
|
|
#define _INITIALIZEMAPS_H_
|
|
|
|
|
|
|
|
#include "uiuc_aircraft.h"
|
2000-09-06 19:52:37 +00:00
|
|
|
#include "uiuc_map_keyword.h"
|
|
|
|
#include "uiuc_map_init.h"
|
|
|
|
#include "uiuc_map_geometry.h"
|
|
|
|
#include "uiuc_map_controlSurface.h"
|
|
|
|
#include "uiuc_map_mass.h"
|
|
|
|
#include "uiuc_map_engine.h"
|
|
|
|
#include "uiuc_map_CD.h"
|
|
|
|
#include "uiuc_map_CL.h"
|
|
|
|
#include "uiuc_map_Cm.h"
|
|
|
|
#include "uiuc_map_CY.h"
|
|
|
|
#include "uiuc_map_Croll.h"
|
|
|
|
#include "uiuc_map_Cn.h"
|
|
|
|
#include "uiuc_map_ice.h"
|
|
|
|
#include "uiuc_map_record1.h"
|
|
|
|
#include "uiuc_map_record2.h"
|
|
|
|
#include "uiuc_map_record3.h"
|
|
|
|
#include "uiuc_map_record4.h"
|
|
|
|
#include "uiuc_map_record5.h"
|
|
|
|
#include "uiuc_map_misc.h"
|
2000-03-22 22:01:33 +00:00
|
|
|
|
|
|
|
void uiuc_initializemaps();
|
|
|
|
|
|
|
|
#endif // _INITIALIZEMAPS_H_
|