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
|
||||
#define _FLAPDATA_H
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#include <cstdio>
|
||||
#include <fstream>
|
||||
#include <simgear/compiler.h>
|
||||
#include <sstream>
|
||||
|
||||
#include "uiuc_warnings_errors.h"
|
||||
using namespace std;
|
||||
//#include "uiuc_aircraft.h"
|
||||
|
||||
SG_USING_STD(ifstream);
|
||||
SG_USING_STD(istringstream);
|
||||
|
||||
class flapStruct {
|
||||
private:
|
||||
double Lift,Thrust,Inertia,Moment;
|
||||
|
|
Loading…
Reference in a new issue