9a5ec79e11
speedups to uiuc_menu.cpp. (Note these were originally submitted before the cutoff date for new features, but something was corrupted in the transfer so I granted a bit of leeway in the schedule.)
30 lines
762 B
C
30 lines
762 B
C
#ifndef _INITIALIZEMAPS_H_
|
|
#define _INITIALIZEMAPS_H_
|
|
|
|
#include "uiuc_aircraft.h"
|
|
#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_gear.h"
|
|
#include "uiuc_map_fog.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_record6.h"
|
|
#include "uiuc_map_misc.h"
|
|
|
|
void uiuc_initializemaps();
|
|
|
|
#endif // _INITIALIZEMAPS_H_
|