#include <Math/fg_random.h>
#include <Math/mat3.h>
#include <Math/polar3d.hxx>
+#ifdef FG_NETWORK_OLK
#include <NetworkOLK/network.h>
+#endif
#include <Scenery/scenery.hxx>
#include <Time/fg_timer.hxx>
#include <Main/fg_init.hxx>
#include <Main/views.hxx>
#include <Misc/fgpath.hxx>
+#ifdef FG_NETWORK_OLK
#include <NetworkOLK/network.h>
+#endif
#include <Screen/screen-dump.hxx>
#include <Time/fg_time.hxx>
FG_FINALIZE_PUI_DIALOG( AptDialog );
}
+#ifdef FG_NETWORK_OLK
+
/// The beginnings of networking :-)
// Needs cleaning up but works
// These statics should disapear when this is a class
}
*/
+
+#endif
+
/*************** End Networking **************/