STL chnages
This commit is contained in:
parent
afd5a88aa2
commit
76585fb801
1 changed files with 7 additions and 2 deletions
|
@ -7,13 +7,18 @@ robinst@ecf.toronto.edu
|
||||||
|
|
||||||
#ifndef _FLAPDATA_H
|
#ifndef _FLAPDATA_H
|
||||||
#define _FLAPDATA_H
|
#define _FLAPDATA_H
|
||||||
|
#include <simgear/compiler.h>
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <simgear/compiler.h>
|
#include <sstream>
|
||||||
|
|
||||||
#include "uiuc_warnings_errors.h"
|
#include "uiuc_warnings_errors.h"
|
||||||
using namespace std;
|
|
||||||
//#include "uiuc_aircraft.h"
|
//#include "uiuc_aircraft.h"
|
||||||
|
|
||||||
|
SG_USING_STD(ifstream);
|
||||||
|
SG_USING_STD(istringstream);
|
||||||
|
|
||||||
class flapStruct {
|
class flapStruct {
|
||||||
private:
|
private:
|
||||||
double Lift,Thrust,Inertia,Moment;
|
double Lift,Thrust,Inertia,Moment;
|
||||||
|
|
Loading…
Reference in a new issue