using simgear::PropertyList;
using std::cout;
using std::endl;
+using std::map;
FGEventSetting::FGEventSetting( SGPropertyNode_ptr base ) :
value(0.0)
#include <Navaids/navlist.hxx>
#include <Navaids/procedure.hxx>
-
#include "NasalSys.hxx"
+using std::map;
+
static FGNasalSys* nasalSys = 0;
// Listener class for loading Nasal modules on demand
#include <simgear/threads/SGQueue.hxx>
#include <map>
-using std::map;
class FGNasalScript;
};
// Listener
- map<int, FGNasalListener *> _listener;
+ std::map<int, FGNasalListener *> _listener;
vector<FGNasalListener *> _dead_listener;
static int _listenerId;